in reply to Database Pooling with DBI

You might want to look at ResourcePool, which does this outside of a web framework and for different types of datasources.

Chris
M-x auto-bs-mode

Replies are listed 'Best First'.
Re: Re: Database Pooling with DBI
by perrin (Chancellor) on Mar 01, 2002 at 15:21 UTC
    That looks like it's only for a single process though. Not much use for pooling anything in a multi-process server like Apache/mod_perl.