Re: [PHP] Set process custom identifier
[email protected] (Matijn Woudt)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAC_gtuP-iU4oieEZ5W4XQZnJtCNsT8NY6GkOxjYZ1Va3sD3oYQ@mail.gmail.com> |
Hi, pcntl_fork will return the pid of the fork, what is wrong with using that pid to identify the process? - Matijn On Tue, Apr 2, 2013 at 3:38 PM, Sorin Badea <[email protected]> wrote: > Hi guys, > I'm trying to find a solution to identify a php process that is spawned > with pnctl_fork. I've tried to set a custom gid but this isn't viable > because I have to run the parent proc with administrative permissions. I > need to do this native without any pecl extensions. > Is there a way to do this ? > > Regards, > -- > Badea Sorin (unu.sorin) > [email protected] > [email protected] >