[ 
https://issues.apache.org/jira/browse/QPID-7566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Keith Wall updated QPID-7566:
-----------------------------
    Fix Version/s: Future

> [Java Broker] Potentially improve performance by separating IO from 
> processing of commands
> ------------------------------------------------------------------------------------------
>
>                 Key: QPID-7566
>                 URL: https://issues.apache.org/jira/browse/QPID-7566
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Lorenz Quack
>             Fix For: Future
>
>
> Currently, when the broker receives a AMQP command the response is handled 
> synchronously in the same IO thread. We could try to separate those steps 
> into three distinct asynchronous tasks: receive message, process, send 
> response. This could help us making more efficient use of the IO bandwidth by 
> pipe-lining the IO workload.



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to