[infinispan-issues] [JBoss JIRA] (ISPN-1881) RPC calls should not use an executor if communicating with a single recipient
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Sun Feb 26 06:35:36 EST 2012
[ https://issues.jboss.org/browse/ISPN-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani updated ISPN-1881:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/974
> RPC calls should not use an executor if communicating with a single recipient
> -----------------------------------------------------------------------------
>
> Key: ISPN-1881
> URL: https://issues.jboss.org/browse/ISPN-1881
> Project: Infinispan
> Issue Type: Enhancement
> Components: Distributed Cache
> Affects Versions: 5.1.1.FINAL
> Reporter: Manik Surtani
> Assignee: Manik Surtani
> Fix For: 5.1.2.CR1, 5.1.2.FINAL
>
>
> The CommandAwareRpcDispatcher makes use of an executor to communicate with recipients in parallel, followed by polling the futures. This step can be heavily optimised if we just have a single recipient, which is a very common case when using distributed (numOwners = 2, and the call is executed on one of the owners).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list