[JBoss-dev] [JBossCache] - Re: JBossCache durable subscription resynchronisation

2005-01-01 Thread rino_salvade
Ok, this would solve the problem of a restart of a cache, because then it would retrieve the information from the cacheloader. But what happens if we have, let's say, a short network interrupt. To my understanding of the cache loader this would not be noticed and changes which happen during

[JBoss-dev] [JBossCache] - Re: JBossCache durable subscription resynchronisation

2004-12-31 Thread [EMAIL PROTECTED]
There is: use JBossCache in replicated mode with JGroups doing the replication, *and* use a shared or non-shared CacheLoader. This way you have (in-memory) replication, but you also have persistence. Bela View the original post :