On Tue, 2005-09-13 at 11:58 -0700, Philippe M. Chiasson wrote: > I think it oughta be possible too with DBD::Proxy and DBD::ProxyServer
DBD::Proxy is very slow. I would recommend avoiding it if you have any other choice available. > Unless you are stuck in a situation where you must control the _total_ amount > of connections to a given database. You'd be better off just reducing the number of mod_perl processes in that case, rather than using DBD::Proxy. - Perrin