You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2012/08/15 10:55:31 UTC

[Bug 53693] mod_fcgid performance suffers under increase in request concurrency

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

Dominic Benson <do...@thirdlight.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |PatchAvailable
            Summary|mod_fcgid performance       |mod_fcgid performance
                   |suffers under request       |suffers under increase in
                   |concurrency (serialization  |request concurrency
                   |of requests)                |

--- Comment #4 from Dominic Benson <do...@thirdlight.com> ---
Adjusted title slightly to reflect what the OP correctly noted: that the
problem is that requests that can't immediately be handled be an existing
process are delayed by 1s (excepting when there are no busy processes at all).

See also the comments in my patch: ultimately, additional tunables are called
for, but adding options isn't something to be done lightly (given the doc
impact), and certainly warrants some thought. Possibly explicit high/low, or a
target process count, and possibly a configurable delay could be used - or
some/all of these values could be generated at startup based on the bounds
specified by existing options.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org