I have a normal (non AOP) REPL_SYNC cache... and I want in just one section of code to do a cache read regardless of any locks. For this one particular section of code I don't really care if the cache state is inconsistent or a write is in progress... I just want a print out of the entire cache... (Actually I am doing more than that, but the idea here is I am accessing the cache exclusively for a read where I don't care if state changes while I am reading.)
I don't want to change the isolation level to READ_UNCOMMITED for the whole cache... because everything else still needs the repeatable read semantics... Is there a publicly accessible read for TreeCache that ignores write locks? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3869843#3869843 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869843 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
