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

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

Commit 1667475 from [~k-wall] in branch 'qpid/trunk'
[ https://svn.apache.org/r1667475 ]

QPID-6429 : [Java Broker] Make maxidle/last read/write times volatile to avoid 
the risk of spurious disconnection owing to unsafe publication between threads

> IO refactoring - use single pooled thread to service each connection
> --------------------------------------------------------------------
>
>                 Key: QPID-6429
>                 URL: https://issues.apache.org/jira/browse/QPID-6429
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Keith Wall
>             Fix For: 6.0 [Java]
>
>
> Change Broker threading model to utilise a thread pool to service IO 
> requests. Refactor protocol parts so that management actions (such as 
> connection close) no longer push frames directly onto into transport, instead 
> management actions merely inform the protocol layer that there is a task to 
> be done and cause the IO layer to be schedule, letting the IO thread perform 
> the protocol action itself.



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

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

Reply via email to