You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by John BEPPU <be...@lineo.com> on 2000/06/22 08:18:11 UTC

Re: Prepare all your statements

[  date  ] 2000/06/22 | Thursday | 06:08 AM
[ author ] Rudy <ru...@monkeybrains.net> 

> prepare all your database handles only once!  
> read:  perldoc DBI
> vassst improvements will be noticed.  Even if you 
> don't use Perl, the theory is the same.
 
You might want to look into the prepare_cached() method in DBI.