You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/10/30 19:16:27 UTC

[jira] [Commented] (QPID-6819) Schedule socket accepts on the thread pool

    [ https://issues.apache.org/jira/browse/QPID-6819?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14983004#comment-14983004 ] 

ASF subversion and git services commented on QPID-6819:
-------------------------------------------------------

Commit 1711533 from [~k-wall] in branch 'java/trunk'
[ https://svn.apache.org/r1711533 ]

QPID-6819: [Java Broker] Schedule socket accepts on the thread pool

> Schedule socket accepts on the thread pool
> ------------------------------------------
>
>                 Key: QPID-6819
>                 URL: https://issues.apache.org/jira/browse/QPID-6819
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>             Fix For: qpid-java-6.0
>
>
> Testing with very large numbers of connections shows that accepting socket connections in the same thread as the selector can be a bottleneck.  Change the algorithm to schedule the accept of new socket connections as a task, deregistering {{OP_ACCEPT}} from the selector, whilst the task is in progress.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org