Waynn Lue wrote:

> Whoops, I spoke too soon, I think the sleep(3) causes the child not to
> exit before the parent.  If instead I don't pass WNOHANG to the
> waitpid command, it does error out.  So it looks like your theory is
> correct, and I still have that problem.  I guess the only solution is
> to rewrite the functions to use a new db connection every time? 

Each child should open its own database connection (if it needs one),
and the parent should not keep the connection open at time of fork(). 


/Per

-- 
Per Jessen, Zürich (4.6°C)


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

Reply via email to