[jboss-user] [JBoss Messaging] - Re: Any Limit on the Number of connection to JBoss Messaging

clebert.suconic@jboss.com do-not-reply at jboss.com
Fri Jan 19 12:59:23 EST 2007


Yes... this is http://jira.jboss.com/jira/browse/JBREM-649


There is a hashMap on Lease... 
Lease sends the hashMap to the server side by serialization.

If the map changes while the serialization happens.. I mean... if there is a new client connecting... a ConcurrentModificationException happens breaking the IO.

Remoting added synchronized to some blocks to avoid the concurrency.

This bug would also happen under regular java serialization.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4003951#4003951

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4003951



More information about the jboss-user mailing list