https://issues.apache.org/bugzilla/show_bug.cgi?id=48811
--- Comment #7 from Jeff Trawick <[email protected]> 2010-02-25 19:58:59 UTC --- >Would be easier if I had a clue as to what FCGID_MAX_APPLICATION does It is the size of an internal table; it is a limit on the number of FastCGI application processes. >, how it differs from other config options This one requires a source code change and recompile in order to the the value. >, and what the guidelines for its value are. The guideline is "don't change it from the default" :) (It shouldn't need to be customized except for use on sites with thousands of active FastCGI application processes.) The reason I've avoided discussing FCGID_MAX_APPLICATION is that misconfiguration of it is not the cause of mod_fcgid failing to create the second application process. >reverted back to 'clean' svn code. >again, no errors! argh. Okay, so it isn't reproducible at will :( See if you can live with the debug code until it happens again. If it shows a free list suddenly disappearing, I guess there's a memory overlay of the free list header. -- 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]
