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 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
--
2 matches
Mail list logo