On 12/15/06, Kevin Jones <[EMAIL PROTECTED]> wrote:
I used the server-status handler with extended status to see what was 
happening. I have also reduced the KeepAliveTimeout to 4 seconds. I placed 
session_write_close() within my scripts.

Currently all 256 requests (that is MaxClients) are being processed.
Every single one of them is stuck on "Sending Reply".

Ok.  So my guess about KeepAlive was wrong.  Your problem is that the
php scripts are blocking on something or other.  Could still be the
session file, or could be something else.  You'd probably have better
luck asking on a php list, since the problem has nothing directly to
do with apache.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to