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.