jGroups Package Activity
Status: Inactive
Brought to you by:
rinzwind
We have recently upgraded our application to Java 8, Infinispan 9.2.1 and JGroups 4.0.11. And we use replicated sync cache. In our UI when user click an item, we load entries from database and this involves Infinispan and JGroups because we store few info in cache like definition not all the entries. And our servers(Tomcat) are running in cluster mode. Cache will be replicated to other servers. Before upgrade we were in Java 7, Inifinispan 6.0.2 and JGroups 3.4.1 we didn't face any intermediate slowness...