Voting

: max(six, six)?
(Example: nine)

The Note You're Voting On

schst at php dot net
21 years ago
To get rid of the zombies when child processes terminate you do not have to write a lot of code that uses complex stuff like message queues.
Instead you only set a signal handler:

pcntl_signal(SIGCHLD, SIG_IGN);

Stephan

<< Back to user notes page

To Top