DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38332>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38332





------- Additional Comments From [EMAIL PROTECTED]  2007-01-05 00:22 -------
"acceptCount" will be replaced with "backlog" by 
org.apache.catalina.connector.Connector class. Those attributes are same.

(In reply to comment #2)
> I have the same problem with Tomcat 5.5.20.
> 
> It looks like the JK handler ignores both backlog and acceptCount parameters, 
> and always uses the default value (50) for the socket listen queue size:

I have confirmed this behavior. It is org.apache.jk.common.ChannelSocket
class, a part of Pure Java (Non-APR) AJP Connector.
The class has empty setBacklog(int i) method and always uses 0 for 
ServerSocket backlog (0 means to use OS default value).

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to