Re: [CDBI] (no subject)
"Rod McChesney" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
> Run a reverse proxy in front of mod_perl. Then only the processes that > actually need a connection will have one. Could you possibly expand on this a little? I'm not quite following how it would work but it sounds interesting. On 7/21/06, Perrin Harkins <[email protected]> wrote: > 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