[jboss-user] [JBossCache] - Re: JBossCache for Clustered Applications - timer service

manik.surtani@jboss.com do-not-reply at jboss.com
Tue Apr 3 08:03:56 EDT 2007


Timer services are not a good use case for a cache since every cache access would involve a write.  You're better off using a shared DB for this.

Caches are primarily for "read-mostly" situations.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4034024#4034024

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4034024



More information about the jboss-user mailing list