Keep a handle on your databases
Connecting to a database can be slow
Try to connect once and stay connected where practical
- We'll discuss web server issues later
New method:
- The new connect_cached() method acts like prepare_cached() but for database handles
- It also checks the connection and reconnects if it's broken
- Similar, but not quite the same as Apache::DBI
- New and subject to change with experience
- Potentially most useful with DBD::Proxy & DBI::ProxyServer