[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Concurrent deployments
bstansberry@jboss.com
do-not-reply at jboss.com
Tue Feb 12 12:10:09 EST 2008
anonymous wrote : although it may be able to take advantage of times during disk I/O waits to do some processing on other threads?anonymous wrote :
| |
| | Not disk I/O, but threads blocking waiting for messages that will never arrive. The reason JGroups channels take a long time to start is they send a discovery packet to the network and block waiting a few seconds (configurable) to get a few replies. The first node in the cluster will of course receive no replies, so for each channel it waits a few seconds.
| |
| | BTW, I think Bela's intent here was to discuss this only in context of an improvement in AS 5.x.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4128866#4128866
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128866
More information about the jboss-dev-forums
mailing list