https://issues.apache.org/bugzilla/show_bug.cgi?id=48862
Summary: AJP Connector ignores Backlog configuration parameter
Product: Tomcat 6
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Connectors
AssignedTo: dev@tomcat.apache.org
ReportedBy: tylervsd@gmail.com
Created an attachment (id=25085)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=25085)
Patch against trunk revision 919249
The AJP/JK ChannelSocket connector ignores the backlog configuration parameter.
The current behavior is that the JDK default will be used.
Because the JDK default is quite low, it is possible for Tomcat to get into a
state where the queue of waiting connections is exhausted prematurely.
This bug is a regression from Tomcat 5 Bug 38332.
Patch attached.
--
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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org
|