On 5/29/10 3:13 AM, Chris Hostetter wrote:
: Wow, thanks for the heads-up David! : This probably got inadvertently changed when Jetty was upgraded... : sounds like we should prob change back to BoundedThreadPool as a : default! it seems to have been a deliberate choice miler made, it was a distinct commit 20 minutes after the jetty upgrade was committed... http://svn.apache.org/viewvc?view=revision&revision=926575 http://svn.apache.org/viewvc?view=revision&revision=926579 Mark: any recollection why you thought that change was needed? -Hoss
I believe it was because BoundedThreadPool was deprecated and the new sample xml uses QueuedThreadPool. Plus, BoundedThreadPool says:
* @deprecated Use {...@link QueuedThreadPool} -- - Mark http://www.lucidimagination.com