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






 I can recommend it, daemon I wrote in PHP is running for 3 months 
now w/o restarting and sends approx 10k personalized emails/day. pcntl 
rocks. thanx for it.

--
Mirek Novak
Anima Publishers, s.r.o.

jabber:[EMAIL PROTECTED]
ICQ:119499448
http://www.auto.cz
http://news.auto.cz
http://www.formule1.cz


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[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


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php