in reply to Re: Database Pooling with DBI
in thread Database Pooling with DBI

I agree that it's often unnecessary to pool database connections, especially if the heavyweight Web servers are configured to use a lightweight front-end server as recommended in the mod_perl guide. I also agree that it's difficult to do. DBD::Proxy looks like an interesting attempt to deal with this, although its documentation mentions that its connect_cached method, which pools connections using an intermediary process, is new and still experimental. It might be worth a look, though.

Replies are listed 'Best First'.
Re: Re: Re: Database Pooling with DBI
by perrin (Chancellor) on Feb 28, 2002 at 16:30 UTC
    It's not worth a look. It's very slow.