[jboss-user] [JBossCache] - Re: Is JBossCache suitable for my problem?
bstansberry@jboss.com
do-not-reply at jboss.com
Sun Oct 1 10:42:33 EDT 2006
JBoss Cache is very much designed for the situation you describe. The problem with the hashmap approach is, as you say, the data can be changed. Maybe not frequent, but can happen. If it is changed, you need to reliably communicate that to all the servers in the cluster so they can update their hashmap.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975334#3975334
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975334
More information about the jboss-user
mailing list