[jboss-user] [JBossCache] - Re: Could this be deadlock when modifying TreeCache
manik.surtani@jboss.com
do-not-reply at jboss.com
Mon Jul 16 18:09:10 EDT 2007
"ramdas" wrote :
| I had a question though on why the threads are blocking given that the CACHE_MODE is set as "REPL_ASYNC"?
|
Async only means that once the call is placed on the network it won't block and wait for a result. In this case, the thread blocks in the FC protocol in JGroups, *before* it gets to the network - this is just FC doing it's job and this is why I said FC may need tuning.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064767#4064767
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064767
More information about the jboss-user
mailing list