Current time: 05-24-2024, 03:58 AM Hello There, Guest! (LoginRegister)


Post Reply 
PHP_FCGI_CHILDREN bug?
Author Message
pgentoo Offline
Member
*****
Dev Team

Posts: 326
Joined: Mar 2007
Reputation: 0
Post: #6
RE: PHP_FCGI_CHILDREN bug?
As I understand it (new to fcgi too..)

MaxProcessCount 200 = MAX of 200 TOTAL fcgi processes system wide (I believe)

DefaultMinClassProcessCount 1 = Min 1 process per "class", which I believe is per site and/or user? But i see that if the site doesn't have any php, or it hasn't been loaded in some time, that there are 0 processes for it, which is quite nice. I think this setting means that when the site is first hit, it will spawn of this number of processes, but they won't necessarily keep this many alive if the site is idle.

DefaultMaxClassProcessCount 5 = Max of 5 per site and/or user?

Another thing, did you comment out PHP_FCGI_CHILDREN from your starter scripts for all your domains? This needs to be done, or else php will do its own process management, which is where the issues are coming from.

-
pGentoo
02-11-2009 02:00 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
PHP_FCGI_CHILDREN bug? - pgentoo - 02-03-2009, 07:36 AM
RE: PHP_FCGI_CHILDREN bug? - Lucan - 02-03-2009, 07:55 AM
RE: PHP_FCGI_CHILDREN bug? - pgentoo - 02-03-2009, 08:08 AM
RE: PHP_FCGI_CHILDREN bug? - pgentoo - 02-10-2009, 11:52 PM
RE: PHP_FCGI_CHILDREN bug? - Keirnan - 02-11-2009, 01:36 AM
RE: PHP_FCGI_CHILDREN bug? - pgentoo - 02-11-2009 02:00 AM
RE: PHP_FCGI_CHILDREN bug? - Keirnan - 02-11-2009, 05:11 AM
RE: PHP_FCGI_CHILDREN bug? - Keirnan - 02-11-2009, 09:53 AM
RE: PHP_FCGI_CHILDREN bug? - pgentoo - 02-11-2009, 02:02 PM
RE: PHP_FCGI_CHILDREN bug? - simple - 02-12-2009, 10:02 AM
RE: PHP_FCGI_CHILDREN bug? - pgentoo - 02-12-2009, 01:44 PM
RE: PHP_FCGI_CHILDREN bug? - simple - 02-12-2009, 07:46 PM
RE: PHP_FCGI_CHILDREN bug? - BeNe - 02-12-2009, 09:02 PM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)