[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - NettyConnector slow to shutdown
timfox
do-not-reply at jboss.com
Tue Mar 3 09:25:27 EST 2009
I've been investigating why it seems to take at least 500 ms between closing the last session and the session close returning.
This is one of the things that has really been slowing down the test suite.
It seems that after calling NettyConnector.close() it always pauses 500ms before actually closing.
I'm thinking there's a Thread.sleep(500) or 500 ms timeout somewhere in the Netty code that's causing this problem.
Any got any ideas?
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4214534#4214534
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4214534
More information about the jboss-dev-forums
mailing list