atom feed14 messages in ru.sysoev.nginxphp-fastcgi stalling
FromSent OnAttachments
Kiril AngovApr 10, 2009 6:02 pm 
SSSlippyApr 11, 2009 6:38 am 
Kiril AngovApr 11, 2009 6:46 am 
Denis FilimonovApr 11, 2009 8:20 am 
Eugene LazutkinApr 11, 2009 9:06 am 
Michael ShadleApr 11, 2009 10:26 am 
Kiril AngovApr 11, 2009 10:54 am 
Peter LanghansApr 13, 2009 8:07 am 
Kiril AngovApr 13, 2009 10:17 am 
Peter LanghansApr 13, 2009 10:38 am 
Kiril AngovApr 13, 2009 10:48 am 
Cliff WellsApr 13, 2009 11:17 am 
SSSlippyApr 13, 2009 11:37 am 
Michael ShadleApr 13, 2009 1:06 pm 
Subject:php-fastcgi stalling
From:Kiril Angov (kupo@gmail.com)
Date:Apr 10, 2009 6:02:52 pm
List:ru.sysoev.nginx

Ok, here is a problem I had before but did not pay enough attention. I have php-cgi spawned with a simple init.d script. 10 child processed. I send one request to a PHP script let's say sloooooow.php, so the browser waits for the page to load but the problem is that while that page is loading, no other php page can be opened. That happens usually when I do send a slow query through the phpMyAdmin but it can happen on the production site also.

So, anybody know what the problem can be? Obviously php takes time to respond but that should not stop nginx from serving other request. I am pretty sure the problem is in PHP but what could it be?

Thanks in advance.