[jboss-jira] [JBoss JIRA] Created: (JGRP-1123) GroupRequest: provide equivalent class to invoke unicast RPCs
Bela Ban (JIRA)
jira-events at lists.jboss.org
Wed Jan 13 03:17:32 EST 2010
GroupRequest: provide equivalent class to invoke unicast RPCs
-------------------------------------------------------------
Key: JGRP-1123
URL: https://jira.jboss.org/jira/browse/JGRP-1123
Project: JGroups
Issue Type: Feature Request
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 2.9
Currently, GroupRequest is optimized towards invoking group RPCs. If we invoke an RPC on a single destination (versus a group), we incure overhead. For example, the target destination is wrapped into a list, and we acquire locks to modify the target list on SUSPECT and VIEW_CHANGE events.
Goal: to create a SingleDestinationRequest, which has only 1 target destination address. For unicast RPCs, this should be much more efficient
--
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