bruce wrote:
Hi..
I fork a child process
If I wait, the child eventually dies.. but I'd like to be able to kill it
thoughts/pointers/comments...
thanks
yeah - stop killing children
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
-Original Message-
From: Carlos Medina [mailto:i...@simply-networks.de]
Sent: Thursday, January 22, 2009 8:04 AM
To: php-general@lists.php.net
Subject: [PHP] Re: killing a child process from pcntl_exec
bruce schrieb:
> Hi..
>
> I fork a child process, using pcntl_exec. I see the proce
bruce schrieb:
Hi..
I fork a child process, using pcntl_exec. I see the process from the cmdline
(using pgrep 123), but I can't seem to kill the pid from the cmdline, using
"kill -9 123"..
Is there something that I need to implement within the php test in order for
the kill signal to be effecti
3 matches
Mail list logo