https://issues.apache.org/bugzilla/show_bug.cgi?id=48981

--- Comment #2 from Jeff Trawick <[email protected]> 2010-03-25 10:40:55 UTC 
---
g_total_process is only referenced from the process manager.  (The process
manager is a single-threaded process.)  Thus, it doesn't need to be in shared
memory.

Something you could check is how many of the FastCGI processes you find are in
error state (visible in the mod_fcgid section within the mod_status report) and
how many are zombies (visible in ps output).

(Or decrease FcgidErrorScanInterval and FcgidZombieScanInterval to 1 so that
processes don't stay in that state more than 1 second.)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to