[JBoss-dev] several ThreadPool classes

2003-12-01 Thread Tom Elrod
I need a thread pool and upon checking, noticed that we have several implementations through out. However none were in common (and two of them look exactly the same). Any one in particular that should be considered the standard thread pool? If so, any reason it is not in common? Thanks.

Re: [JBoss-dev] several ThreadPool classes

2003-12-01 Thread Jeff Haynie
I thought we were using the doug lea's concurrent ThreadPool (PooledExecutor) in most places? - Original Message - From: Tom Elrod [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 01, 2003 2:04 AM Subject: [JBoss-dev] several ThreadPool classes I need a thread pool

Re: [JBoss-dev] several ThreadPool classes

2003-12-01 Thread Tom Elrod
] To: [EMAIL PROTECTED] Sent: Monday, December 01, 2003 2:04 AM Subject: [JBoss-dev] several ThreadPool classes I need a thread pool and upon checking, noticed that we have several implementations through out. However none were in common (and two of them look exactly the same). Any one