[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Weird deadlock I had today...
clebert.suconic@jboss.com
do-not-reply at jboss.com
Wed Dec 3 18:29:31 EST 2008
What happened on my test was a call to close taking longer than PING_TIME.
The test was sending 100 messages, in 10 threads. All the sends were being performed asynchronously, and every PersistentMessage sent was syncing the page (it would be same effect on Journal if using NIO). When close was called, it had to wait the pending commands to finish, what took longer than the PING_TIME.
But you shouldn't have a DeadLock on that case.. right?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194180#4194180
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194180
More information about the jboss-dev-forums
mailing list