|
It could be ture for suEXEC, each user only get a limited number of PHP processes, if all are busy or hung, no more PHP request can be processed for that user until a PHP process becomes available.
PHP run out of web server process, web server does not have tight control on it. you need to find a way to have PHP terminate the request as quick as possible.
|