On 11 Jan 2001, at 8:28, Scott Alexander wrote:

My original message was below.

I always understood each Apache child runs for a set number of 
times then stops. But I checked my httpd.conf file and the 
MaxRequestsPerChild is set to 0

Why would it ever ask for a new connect? Or is there something 
else causing the child to stop running?

Scott

> Hi,
> 
> Why do I see this in the log 
> 
> 13402 Apache::DBI             need ping: yes
> 13402 Apache::DBI             new connect to 
> 'my_dbmy_usermy_passwdAutoCommit=1PrintError=1'
> 
> when I have in the startup.pl file
> 
> Apache::DBI->connect_on_init
>              ("DBI:mysql:my_db", "my_user","my_passwd",
>               {
>                PrintError => 1, # warn() on errors
>                RaiseError => 0, # don't die on error
>                AutoCommit => 1, # commit executes immediately
>               }
>              );
> 
> Is it because the child has reached it's maximum life ?


_________________________
scott alexander
tietoverkkosuunnittelija
humak amk - finland
+358(0)407505640

Reply via email to