I know this must be a total ignoramus question...but what I'm seeing is this:
I have apache 2.2 + php5. Apache spawns multiple httpd as it is supposed to.
However, I am seeing that a php request cannot be processed until the
previous is done. Specifially: if I request a file containing this
<?php sleep(100); ?>
then my apache server is effectively dead for 100 secs. It won't
serve any other request until this one finishes.
I could swear that my server didn't always act this way but I can see no config
parameter relevant to this. I'm using the defaults for all the apache
load management variables.
Any help highly appreciated!!
php blocking in apache??
Moderator: General Moderators
Re: php blocking in apache??
Update - I found to my relief that this only happens with requests coming from different tabs of the same browser. This removes 99% of my problems with this behavior although I still find it a little odd.