[jboss-jira] [JBoss JIRA] Reopened: (JBCACHE-813) BaseRpcInterceptor to call callRemoteMethod() instead of callRemoteMethods() when sending to a single recipient

Manik Surtani (JIRA) jira-events at jboss.com
Tue Nov 28 23:20:55 EST 2006


     [ http://jira.jboss.com/jira/browse/JBCACHE-813?page=all ]

Manik Surtani reopened JBCACHE-813:
-----------------------------------

             
As a workaround until we have anycast, we should not just do this for single recipients.

We should (hack) check the JGroups protocol stack and if we're using UDP, don't bother with this at all.  Otherwise, ALWAYS use (multiple) callRemoteMethod() calls.

Simple use case : Buddy Replication, TCP, 30 nodes in a cluster, 3 buddies per node.  SERIOUS inefficiencies.  :-)

> BaseRpcInterceptor to call callRemoteMethod() instead of callRemoteMethods() when sending to a single recipient
> ---------------------------------------------------------------------------------------------------------------
>
>                 Key: JBCACHE-813
>                 URL: http://jira.jboss.com/jira/browse/JBCACHE-813
>             Project: JBoss Cache
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 1.4.0.SP1, 1.4.0.GA
>            Reporter: Manik Surtani
>         Assigned To: Manik Surtani
>             Fix For: 1.4.1.GA, 2.0.0.GA
>
>
> Mainly used as a workaround until AnyCast (JGRP-338) is available.

-- 
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