On Fri, 2006-04-07 at 20:59 -0500, David Nicol wrote: > Have you looked at DBD::Proxy and DBI::ProxyServer?
That's not a pooling solution, and the performance is terrible. I'd recommend just running fewer processes before resorting to DBD::Proxy. - Perrin