[jboss-user] [JBoss Cache: Core Edition] - Re: How to desing cache in Client/Server mode?
manik.surtani@jboss.com
do-not-reply at jboss.com
Fri Aug 21 05:02:07 EDT 2009
"steeven" wrote :
| another question, how to make the server readonly? the server will accept changes from client side. it is dangerous for my case.
|
Hmm. You could make the client not push writes to the server by using the ignoreModifications attrib to the cacheLoader element.
You could also write a custom interceptor on the server side (attach this to all server-side caches) to drop all write calls.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4250821#4250821
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4250821
More information about the jboss-user
mailing list