infinispan - locking in distributed cache with hot rod, is it possible? -


i have use distributed cache , use infinispan 5.3 that. examined different connection modes , picked hot rod implement client-server communication. need lock specific key in cache , later after processing unlock (the places locking , unlocking in different class in application...).

i read many documents, articles , forum entries regarding issue haven't found solution far. if interpreted read not possible lock key manually in hot rod. tried handle transactions manually not sure how that. perhaps not possible in infinispan 5.3...?

or can tell me different connection mode (instead of hot rod) can provide me client-server communication , locking solved?

thanks, v.

remote transactions (and locking) via hotrod not supported in infinispan 5.3.

see ispn-375 , ispn-848.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -