java - ehcache replication without manual nor automatic approach -


right i'm using ehcache in java application without problem. use spring, , works if use in distributed environment, using manual approach.

the problem have new requirements in distributed environment: add new nodes dynamically, depending on users, manual approach won't option anymore. i've changed automatic approach, , works fine in development network, production network doesn't support multicast.

i'm looking way make work without using manual nor automatic approach.

if intend go distributed, better off trying ehcache terracotta clustering, version 4.3.1 of terracotta version 2.10.1 of ehcache.

this way proper clustering, consistency guarantees replication can never offer.

the 1 thing requires @ least 1 server act terracotta backend.

note: working terracotta on ehcache.


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -