Hi there...

Perhaps some of you could advise about this:
using apache2 prefork, I've confirmed that the same PHP extension can
receive multiple requests through browser and if one of those requests
causes a segfault, the other request, which is still in process during the
segfault, will be completed. Good... But how to be sure if this is just a
particular case or there is some way to know that ONLY those requests
will get terminated and not be completed, which are themselves causing
a segfault? Or make it that way?

Thanks...

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

Reply via email to