Summary: | Add code to collect the maximum number of backend connections | ||
---|---|---|---|
Product: | Tomcat Connectors | Reporter: | Martin Knoblauch <knobi> |
Component: | mod_jk | Assignee: | Tomcat Developers Mailing List <dev> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | P2 | ||
Version: | 1.2.40 | ||
Target Milestone: | --- | ||
Hardware: | All | ||
OS: | All | ||
Attachments: | Patch to add MxCon |
Description
Martin Knoblauch
2014-08-19 10:58:38 UTC
One thought: if this metric is deemed useful, the question is whether it should be reset to zero whenever the worker is reset via the gui. The current patch does not do it. Personally I have no real preference. both ways seem to make sense. Thanks for your contribution. I have applied this patch with very minor changes in r1647150, it will be part of mod_jk 1.2.41. A change to JK_SHM_SLOT_SIZE was not needed, there was still enough space left. I have added general checking code whether JK_SHM_SLOT_SIZE is big enough to the startup. Determining the optimal JK_SHM_SLOT_SIZE during configure would be better, but we do not use configure on all platforms. Regards, Rainer |