You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <ji...@apache.org> on 2015/10/15 23:14:05 UTC

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

Rob Godfrey created QPID-6794:
---------------------------------

             Summary: [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