[infinispan-issues] [JBoss JIRA] (ISPN-1534) Optimise Hot Rod client and server to work with asynchronous distributed caches
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Wed Oct 31 12:42:18 EDT 2012
[ https://issues.jboss.org/browse/ISPN-1534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-1534:
--------------------------------
Fix Version/s: 6.0.0.Final
(was: 5.2.0.Final)
> Optimise Hot Rod client and server to work with asynchronous distributed caches
> -------------------------------------------------------------------------------
>
> Key: ISPN-1534
> URL: https://issues.jboss.org/browse/ISPN-1534
> Project: Infinispan
> Issue Type: Enhancement
> Components: Cache Server
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 6.0.0.Final
>
>
> With Hot Rod clients, we can control where to direct invocations too, so there's a very interesting performance optimization we can apply with distributed caches. We can tolerate, and benefit from the speed of, asynchronous distributed caches very easily if we can get Hot Rod clients to always hit the owner of a key.
> It's a bit like sticky sessions, but applied to remote distributed caches! I think this would improve performance of our Hot Rod architecture quite notably.
> I think the Hot Rod client already works this way since I don't think it load balances between owners of a key.
> So, the aim of this JIRA is to:
> 1. Verify whether the Hot Rod client works this way
> 2. Consider whether Hot Rod servers could transform, on the fly, synchronous distributed caches into asynchronous ones, indicating so in the logs (INFO level).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list