[jboss-jira] [JBoss JIRA] Commented: (JBREM-610) Prevent org.jboss.remoting.callback.CallbackPoller from delivering callbacks out of order.
Ron Sigal (JIRA)
jira-events at jboss.com
Thu Oct 12 01:11:41 EDT 2006
[ http://jira.jboss.com/jira/browse/JBREM-610?page=comments#action_12345135 ]
Ron Sigal commented on JBREM-610:
---------------------------------
CallbackPoller has been changed as follows. There's a single HandleThread to push callbacks to the callback handler, and an optional AcknowledgeThread to do acknowledgements. The main run() function (on the timer thread) communicates with the HandleThread though a queue of pending callbacks, and the HandleThread communicates with the AcknowledgeThread through a queue of handled callbacks.
> Prevent org.jboss.remoting.callback.CallbackPoller from delivering callbacks out of order.
> ------------------------------------------------------------------------------------------
>
> Key: JBREM-610
> URL: http://jira.jboss.com/jira/browse/JBREM-610
> Project: JBoss Remoting
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 2.2.0.Beta1 (Bluto)
> Reporter: Ron Sigal
> Assigned To: Ron Sigal
> Fix For: 2.2.0.Beta1 (Bluto)
>
>
> Each delivery of a list of Callbacks is handled in a new thread, allowing the Callbacks to be delivered out of order.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list