Good to know that. I need not look too deep into it then. Will start hacking at openejb's pooling implementation
Thanks Manu On Tue, Mar 4, 2008 at 6:19 AM, Dain Sundstrom <[EMAIL PROTECTED]> wrote: > On Mar 3, 2008, at 12:52 PM, Manu George wrote: > > > David Blevins was telling me the other day that the pooling > > implementation in OEJB can be improved. Did a search in Apache showed > > and found a project called commons-pool.Probably it can be > > investigated and if found suitable the pooling can be rewritten to use > > commons-pool. > > I've worked on commons-pooling, and it has some well known and severe > threading bugs. I wouldn't recommend it for OpenEJB until those bugs > are resolved. Even then, commons-pools is much more then we need in > OpenEJB, and we may be better served by a smaller, more tightly > focused, library (or custom code in OpenEJB itself). > > -dain > > >
