Perl of Wisdom, by Randal L. Schwartz
As I mentioned last month, having persistent Perl code means that some steps of your application can be reused rather than repeated. One very easy optimization is keeping your database handles open between web hits, rather than reopening them on each new hit. The Apache::DBI module (found in the CPAN) does the work for you by altering the way normal DBI connections are processed.
|
|
Full Story |
This topic does not have any threads posted yet!
You cannot post until you login.