View Single Post
  #2  
Old 08-07-2009, 10:14 PM
mistwang mistwang is offline
LiteSpeed Staff
 
Join Date: May 2003
Location: New Jersey
Posts: 7,590
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.
Reply With Quote