Re: [hibernate-dev] Hiberante OGM Infinispan Remote dialect - Execute the command queue as a single Infispan Remote Server Task

2018-02-05 Thread Radim Vansa
Hi Fabio, thinking about the cons, Hot Rod can intelligently pick the server where should a given key reside, to reduce the number of hops (therefore, latency). RemoteCache does not expose any way to route according to some key; feel free to file a feature request in Infinispan JIRA. Note that

Re: [hibernate-dev] Hiberante OGM Infinispan Remote dialect - Execute the command queue as a single Infispan Remote Server Task

2018-02-05 Thread Fabio Massimo Ercoli
Hi Radim, thank you for the alternative, it is very interesting. I've to study deeply the feature :P Fabio On Mon, Feb 5, 2018 at 9:53 AM, Radim Vansa wrote: > Hi Fabio, > > thinking about the cons, Hot Rod can intelligently pick the server where > should a given key reside, to reduce the num