Re: [PHP] Re: forking scripts

2003-01-22 Thread Mirek Novak
J Smith wrote: PHP can fork scripts. Refer to the pcntl extension. http://www.php.net/manual/en/ref.pcntl.php You'll be wanting to use pcntl_fork()... J Senn wrote: Hi, Since php does not have child -> parent forking methods, can anybody suggest a method to achieve this. Thanks. Senn

[PHP] Re: forking scripts

2003-01-21 Thread J Smith
PHP can fork scripts. Refer to the pcntl extension. http://www.php.net/manual/en/ref.pcntl.php You'll be wanting to use pcntl_fork()... J Senn wrote: > Hi, > > Since php does not have child -> parent forking methods, can anybody > suggest a method to achieve this. > > Thanks. > > Senn --