[jboss-jira] [JBoss JIRA] Created: (JGRP-1128) Anycast: make it more efficient

Bela Ban (JIRA) jira-events at lists.jboss.org
Fri Jan 15 06:59:35 EST 2010


Anycast: make it more efficient
-------------------------------

                 Key: JGRP-1128
                 URL: https://jira.jboss.org/jira/browse/JGRP-1128
             Project: JGroups
          Issue Type: Task
            Reporter: Bela Ban
            Assignee: Bela Ban
             Fix For: 2.10


Since anycasts frequently are to 2 or 3 members, we could derive a class from UnicastRequest and include 2 or 3 destination target members as fields, e.g.

Address target1, target2, target3;

This would allow us to get rid of the members and suspects lists, and the requests hashmap.

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