Apache::DBI and Pgbouncer
jbiskofski <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAHpPzY6Zvojy491ngCu33BubR0QyUpvcEPxWQeNcDzAP63YUJQ@mail.gmail.com> |
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.