[
https://jira.jboss.org/jira/browse/JGRP-1128?page=com.atlassian.jira.plug...
]
Bela Ban resolved JGRP-1128.
----------------------------
Resolution: Rejected
The MultiRequest class is not faster than GroupRequest, after GroupRequest was optimized.
Therefore we'll continue with UnicastRequest for 1 target and GroupRequet for >1
targets
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.9
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