I'm working on some classes for pooling JDBC connections,
including features like returning connections to the pool after an idle
timeout, shrinking the pools when all the connections aren't used, and so
on.  I wonder if you'd be interested in including that in jBoss?  It seems
like overkill for short transactional entity and stateless session beans -
which I assume is why the DataSourceImpl uses a simpler pooling mechanism.
But it could be quite useful for stateful beans, and I notice WebLogic
includes more elaborate pooling capabilities...

Aaron


Reply via email to