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 Juanjo -- jjm's home: http://www.usebox.net/jjm/ blackshell: http://blackshell.usebox.net/ ramble on: http://rambleon.usebox.net/ _______________________________________________ Cherokee mailing list [email protected] http://lists.octality.com/listinfo/cherokee
