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/15 23:14:05 UTC

[jira] [Commented] (QPID-6794) [Java Broker] Reduce latency in IO by processing work immediately after select()

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

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

Commit 1708894 from [~godfrer] in branch 'java/trunk'
[ https://svn.apache.org/r1708894 ]

QPID-6794 : reduce latency after select

> [Java Broker] Reduce latency in IO by processing work immediately after select()
> --------------------------------------------------------------------------------
>
>                 Key: QPID-6794
>                 URL: https://issues.apache.org/jira/browse/QPID-6794
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Rob Godfrey
>            Assignee: Rob Godfrey
>
> Rather than having a dedicated SelectorThread which passes work to a thread pool, instead perform the select in the thread pool, continue immediately processing the results in the same thread, and dispatch the select task to be executed again in the thread pool.



--
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