[
https://issues.apache.org/jira/browse/HTTPCORE-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13801607#comment-13801607
]
Oleg Kalnichevski commented on HTTPCORE-358:
--------------------------------------------
Dmitry,
The trouble is that your changes break backward compatibility with 4.x API by
changing several public interfaces. The earliest time I could apply this patch
would be 5.0 ALPHA, which is not even in planning. I think an easier approach
would be adding a parameter to the IOReactorConfig class.
Oleg
> DefaultListeningIOReactor.listen() should support backlog size configuration
> ----------------------------------------------------------------------------
>
> Key: HTTPCORE-358
> URL: https://issues.apache.org/jira/browse/HTTPCORE-358
> Project: HttpComponents HttpCore
> Issue Type: Improvement
> Components: HttpCore NIO
> Affects Versions: 4.3
> Reporter: Dmitry Potapov
> Priority: Minor
> Attachments: backlog.patch
>
>
> Subj.
> For servers under heavy load it is important to have ability to set backlog
> size bigger than default one in order to avoid incoming connections drop.
> My suggestion is to add ListeningIOReactor.listen(SocketAddress,int)
> function, which will pass second parameter as backlog size to the
> ServerSocket.bind(SocketAddress,int)
--
This message was sent by Atlassian JIRA
(v6.1#6144)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]