[jboss-jira] [JBoss JIRA] Deleted: (JGRP-176) Asynchronous dispatching of requests in RequestCorrelator
Bela Ban (JIRA)
jira-events at lists.jboss.org
Wed Apr 6 10:55:53 EDT 2011
[ https://issues.jboss.org/browse/JGRP-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban deleted JGRP-176:
--------------------------
> Asynchronous dispatching of requests in RequestCorrelator
> ---------------------------------------------------------
>
> Key: JGRP-176
> URL: https://issues.jboss.org/browse/JGRP-176
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Bela Ban
> Assignee: Vladimir Blagojevic
>
> In RequestCorrelator.handleRequest(), we call handle(Message) on the registered RequestHandler (RpcDispatcher in the case of JBossCache).
> Because of http://jira.jboss.com/jira/browse/JBCACHE-326, we need to provide an asynchronous way of calling handle(Message), which doesn't need to wait for the call to return, but is notified later when the response is ready (or not at all if the call is asynchronous).
> This could be implemented using a subinterface of RequestHandler (e.g. AsyncRequestHandler), and a *future*.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list