Doug Lea just release a newer version of the concurrent library! http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html
Here's what Doug says: anonymous wrote : 20feb2004 Version 1.3.3 | PooledExecutor: Create new threads if needed when terminating. (Thanks to Bruno Dumon), and replace dying thread if it is only one. This version should prevent JBoss from running out of executor threads (and thus stopping the processing of incoming messages) even when JBoss uses a executor.setMinimumPoolSize(0). I'm currently in the process of upgrading from JBoss 3.0.8 to 3.2x and I don't want to wait for the next release (which hopefully contains the new cuncurrent lib version) and go through the migration process again. So: Can I replace the concurrent.jar file in JBoss 3.2.3 by the newer version, is there any reason which speaks against this approach? | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3822524#3822524 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3822524 ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
