>So the recommendation is to not use Apache::DBI?
>
That sounds reasonable at this point. I was just wondering why Apache::DBI
is effectively slowing down delivery in this setup where a lot of DB
requests are involved.

Is it because my scripts still contain a $dbh->disconnect() and overriding
this causes a certain latency?

Thanks,

As far as I know, the scope of Apache::DBI is to keep a permanent connection
with the database, but if the script disconnects after each request, why
using Apache::DBI?

Teddy

Reply via email to