This is a long overdue maintenance release. Fixes about 20 issues and
includes two significant improvements. The first is the elimination of
the Throttle. Originally included to artificially constrain threads,
requests, and transactions to improve performance on certain
infrastructure. It's not as
Does this thread fix have anything to do with a problem I posted previously:
I recently had a problem with a multi-threaded application that would
hang after I created and disposed of around 128 threads. I suspected
the threads were somehow causing the problem, so I switched to a Thread
Pool fo
Yes, hopefully the app won't hang anymore, and instead your app server
will tell you that your connections aren't being closed or something
along those lines.
Clinton
On Tue, Mar 25, 2008 at 8:01 PM, Chris McMahon <[EMAIL PROTECTED]> wrote:
>
> Does this thread fix have anything to do with a pro