Ismael Touama wrote:
Hi all,

I have to interface my web server with MySQL.
In the context of the use of perl scripting
going with Apache::ASP, do have I to install
Apache::DBI ?
No, DBD::mysql & DBI are enough, however using
Apache::DBI ( before you "use DBI" ) can help with
performance.  MySQL has fast connect speeds, so it
may not matter much... other databases like Oracle have
really slow connect speeds so Apache::DBI is really
important to use there for database connect caching.

Regards,

Josh
________________________________________________________________
Josh Chamas, Founder                   phone:925-552-0128
Chamas Enterprises Inc.                http://www.chamas.com
NodeWorks Link Checking                http://www.nodeworks.com


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • DBI ? Ismael Touama
    • Josh Chamas

Reply via email to