-
Suppose you are recommending that a client use your application with multicast registration for a cluster. And suppose the client is going to have 3 versions of your application installed, as in a production cluster, QA cluster, and development cluster. If the customer inadvertently uses the same multicast address for the different clusters, the errors will be subtle. Besides emphasizing to the...
2009-08-10 22:57:59 UTC in ehcache
-
I have a related question. It is possible to call
cache.getCacheConfiguration().setMaxElementsInMemory(newSize), but that doesn't do anything for an existing cache.
What is the best way to reset the size of a cache? I've seen this question asked elsewhere without any response.
Thanks,
Justin.
2009-06-29 06:39:12 UTC in ehcache
-
Version 1.6 issue:
When replicateUpdatesViaCopy is false and the element being replicated is not serializable, then a warning message is displayed and the message to replicate the remove of the key is not given.
This seems to have changed from version 1.5.
I want to be able replicate updates to other JVMs with a message to remove the serializable key. Element values get fetched from the...
2009-06-25 20:41:30 UTC in ehcache
-
Is there any performance advantage for either multi-cast or peer to peer? Why would organizations not allow the multicast setup?
Thanks,
Justin.
2009-06-23 20:40:28 UTC in ehcache