[jboss-user] [JBoss Cache: Core Edition] - Re: Remotely accessing JBossCache instance

manik.surtani@jboss.com do-not-reply at jboss.com
Wed Jan 14 06:04:27 EST 2009


JBC is a p2p based cache, and there is no client-server module as such (at least not at the moment).  

However, there is something you can do: use the TcpDelegatingCacheLoader.  Set up cache instances on each VM, as a "light" front-cache, with an aggressive eviction policy so it doesn't impact memory usage on the client VMs much, and these should also be configured with a TcpDelegatingCacheLoader that points to a central, dedicated cache instance fronted by a TcpCacheServer.

Provided, of course, that is what you are trying to achieve.  :)

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

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



More information about the jboss-user mailing list