[ANNOUNCE] iBATIS 2.3.1 Beta Available

2008-03-25 Thread Clinton Begin
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

RE: [ANNOUNCE] iBATIS 2.3.1 Beta Available

2008-03-25 Thread Chris McMahon
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

Re: [ANNOUNCE] iBATIS 2.3.1 Beta Available

2008-03-25 Thread Clinton Begin
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