You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2007/01/05 09:22:04 UTC

DO NOT REPLY [Bug 38332] - Documented AJP Connector configuration for pending request queue size in error

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 takayoshi@gmail.com  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: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org