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 General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to