If this is in the guide forgive me.
Hopefully you are using a perlstartup.pl or something similar to load most
main modules at server start time. If you are make sure you have:
Apache::Status
Apache::DBI
in that order in that file (they should also be above the use DBI if you have
it). Then if
On Sat, 2 Dec 2000, Edmar Edilton da Silva wrote:
> Hi folks,
>
> I am not sure if my perl scripts are running under Apache::DBI.
> How can I check if they are using database connections which was already
> openned. Is there any command that I can add to the perl script for it
Hi folks,
I am not sure if my perl scripts are running under Apache::DBI.
How can I check if they are using database connections which was already
openned. Is there any command that I can add to the perl script for it
tell me if was opens a new connection with the database