[jboss-jira] [JBoss JIRA] Closed: (JGRP-176) Asynchronous dispatching of requests in RequestCorrelator
Bela Ban (JIRA)
jira-events at lists.jboss.org
Thu Dec 11 08:23:36 EST 2008
[ https://jira.jboss.org/jira/browse/JGRP-176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban closed JGRP-176.
-------------------------
Resolution: Won't Fix
Not needed as JBCACHE-326 was closed as it is not needed either
> Asynchronous dispatching of requests in RequestCorrelator
> ---------------------------------------------------------
>
> Key: JGRP-176
> URL: https://jira.jboss.org/jira/browse/JGRP-176
> Project: JGroups
> Issue Type: Feature Request
> Affects Versions: 2.2.8, 2.2.9, 2.2.9.1
> Reporter: Bela Ban
> Assignee: Vladimir Blagojevic
> Fix For: 2.x
>
>
> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list