[jboss-user] [JBoss Cache: Core Edition] - Re: searchable, pull-based cache solution
manik.surtani@jboss.com
do-not-reply at jboss.com
Wed Nov 26 05:34:35 EST 2008
jofti has been discontinued AFAIK.
Re: a pull-based solution, look at using a replicated LAN based cluster of caches (or standalone caches in LOCAL mode) on your client side, talking to remote caches across the internet using the TcpDelegatingCacheLoader (configured on the client) and the TcpCacheServer (running on the server side).
Re: JBC-Searchable, why do you feel this is inappropriate? You can configure which attributes on your domain model get indexed (using the @Field annotation) to limit the size of indexes generated.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4192398#4192398
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4192398
More information about the jboss-user
mailing list