Re: [PHP] Server Slow After PHP Error

2003-10-14 Thread Timothy Hitchens
I would suggest that your Apache process has not finished with PHP processing eg. loop etc etc Remember that HTTP/1.0 allows (4) four connections and HTTP/1.1 allows (2) two connections so if you have a long process eg a HTTP/1.1 stream coming from the server or the server believes that the connec

[PHP] Server Slow After PHP Error

2003-10-14 Thread Weston
Whenever I access a PHP script from the web that contains an error (such as a parsing error, etc...) The server will not respond to any request (php or not) for about 2-3 minutes. This only happens over the web though, if i try to run a php file using command line, the error loads immedaitely. Any