Have you tried to create a persistent connection between mod_perl and
MySQL? DBI connect within your startup.pl?
Jay Scherrer
On Wednesday 09 March 2005 01:45 pm, Alejandro Galue wrote:
> Hello All,
>
> I'm using Fedora Core 3 with this packages version (RPM):
>
> httpd-2.0.52-3.1
> mod_perl-1.9
ache.org
Subject: RE: Problem with apache and mysql
On Thu, 2005-03-10 at 09:53 -0400, Alejandro Galue wrote:
> I'm using Apache::DBI but I'm not sure if it is working fine. First
> when I compile and install this module, it shows that everything is
> fine including tests (I
On Thu, 2005-03-10 at 09:53 -0400, Alejandro Galue wrote:
> I'm using Apache::DBI but I'm not sure if it is working fine. First when I
> compile and install this module, it shows that everything is fine including
> tests (I'm using modperl2), but when I put Apache::DBI on startup.pl to init
> my vi
: [EMAIL PROTECTED]
___
-Original Message-
From: Gokul P. Nair [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 6:51 PM
To: Alejandro Galue; modperl@perl.apache.org
Cc: Arturo Martmn
Subject: Re: Problem with apache and mysql
My suggestion would be to
: +58 (212) 762-66-71
Skype : agalue
MSN : [EMAIL PROTECTED]
___
-Original Message-
From: Tom Schindl [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 09, 2005 6:01 PM
To: Alejandro Galue
Cc: modperl@perl.apache.org; Arturo MartÃn
Subject: Re: Problem with
My suggestion would be to use Apache::DBI too if ur
not already doing so. my guess is that the database
handles open by DBI (not to be mistaken for
Apache::DBI) might remain open eventually leading to
inability to access mysql anymore.
hope that helps.
Gokul
--- Alejandro Galue <[EMAIL PROTECTED
Are there any messages in the Apache-Errorlog or in the one of MySQL.
Maybe you are opening connections and don't close them, ... . You could
also run the DBI in Debugging mode. Do you use Apache::DBI?
Tom
Alejandro Galue wrote:
Hello All,
I'm using Fedora Core 3 with this packages version (RPM