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 connection has yet to
finish then it would appear to you as the server is slow ... when this
happens next try from another box and you should see no problems.


Timothy Hitchens (HiTCHO)
[EMAIL PROTECTED]


Weston said:
> 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
> help?
> My system information is listed below.....
>
> RedHat Linux 7.3
> Apache 1.3.27
> PHP 4.1.2
>
> Thanx
> Weston
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>

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

Reply via email to