On Fri, 2006-07-21 at 12:17 +0800, Daniel Williams wrote: > I absolutely need to minimise / limit the number of DBI connections and > hopefully without impacting performance too much. Run a reverse proxy in front of mod_perl. Then only the processes that actually need a connection will have one. - Perrin