On 18/02/2010, at 11:28, Alejandro Barrera wrote:
> On Thursday 18 February 2010 11:22:27 Juan J." Martínez wrote:
>> El mar, 16-02-2010 a las 03:47 -0800, Szász Botond escribió:
>>> [...]
>>> As for the minimal load, this is happening on my dev machine where only I
>>> am using the webserver at a rate of about max. 10 request per minute.
>>> 
>>> Ideas? Suggestions?
>> 
>> Hi,
>> 
>> How many PHP processes hare you spawning? If you have only one process
>> for PHP (with children serving stuff), when the only one PHP process is
>> busy you will get that error (if I recall correctly, I have the same
>> problem at first).
>> 
>> Check this:
>> 
>> http://www.fastcgi.com/archives/fastcgi-developers/2009-April/000230.html
> 
> Because this is happening a lot, maybe having an autospawn option might be a 
> good idea ;) What do you think about it?

Cherokee does, in fact, spawn processes if needed.  Basically, it launches a 
new process whenever it cannot contact the PHP interpreter (the connection is 
refused), that's a piece of cake. However, the tough scenario here is when the 
connection is accepted, but the php interpreter is frozen. In that case, there 
is nothing Cherokee can do but to deactivate the source.

--
Octality
http://www.octality.com/

_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to