"akardell" wrote : | 1) Is it okay to use optimistic node locking with REPLICATION_ASYNC, or is optimistic node locking only meant for use with INVALIDATION_ASYNC? |
You can use optimistic locking regardless of cache mode (LOCAL/REPL_SYNC/REPL_ASYNC/INVALIDATION_SYNC/INVALIDATION_ASYNC) "akardell" wrote : | 2) Is there anything with 1.3 and/or INVALIDATION_ASYNC that might affect Hibernate's use of query caching? In our initial tests, query caching seems to be rather resource intensive, and I'm wondering if there's anything inherent to 1.3, invalidation, or optimistic locking that would make for a bad fit with query caching? | I can't think of anything specific here that would make it a bad fit - perhaps one of the Hibernate guys may care to comment here? Thanks! Aaron View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3933985#3933985 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3933985 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
