Re: Apache::DBI and Pgbouncer
John Dunlap <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC5eUSvnsYUZPU209LmuysC3Xes6ne9CsSSUeVu3R_vGq8gSOg@mail.gmail.com> |
I'd be interested in hearing about this too. On Tue, Apr 22, 2014 at 10:02 AM, jbiskofski <[email protected]> wrote: > I just want to confirm something with all you smart folks. > > I recently separated my web servers from my database servers, before I was > using Apache::DBI to maintain persistent connections between Apache and > Postgres. With this new setup I had to install PgBouncer. Can I now safely > remove Apache::DBI from my application and use regular DBI ?? > > Thank you. > >