Re: Problem with apache and mysql

2005-03-11 Thread Jay Scherrer
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

RE: Problem with apache and mysql

2005-03-11 Thread Alejandro Galue
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&#

RE: Problem with apache and mysql

2005-03-10 Thread Perrin Harkins
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

RE: Problem with apache and mysql

2005-03-10 Thread Alejandro Galue
: [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

RE: Problem with apache and mysql

2005-03-10 Thread Alejandro Galue
: +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

Re: Problem with apache and mysql

2005-03-09 Thread Gokul P. Nair
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

Re: Problem with apache and mysql

2005-03-09 Thread Tom Schindl
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