[ADMIN] postgres and persistant connections (using Apache::DBI)

2006-03-28 Thread Salem Berhanu
I am trying to set up a persistent connection to a handful of postgres dbs at startup using Apache::DBI (also using mod_perl) Here is what I am doing but I am not sure how to check if it's working right. in httpd.conf I have PerlRequire startup.pl in startup.pl I load all the necessary perl mo

Re: [ADMIN] postgres and persistant connections (using Apache::DBI)

2006-03-29 Thread Rajesh Kumar Mallah
On 3/29/06, Salem Berhanu <[EMAIL PROTECTED]> wrote: > I am trying to set up a persistent connection to a handful of postgres dbs > at startup using Apache::DBI (also using mod_perl) > Here is what I am doing but I am not sure how to check if it's working > right. > > in httpd.conf I have > PerlReq

Re: [ADMIN] postgres and persistant connections (using Apache::DBI)

2006-03-29 Thread Salem Berhanu
ou are not using connect_on_init. Thanks Salem From: "Rajesh Kumar Mallah" <[EMAIL PROTECTED]> To: "Salem Berhanu" <[EMAIL PROTECTED]> CC: pgsql-admin@postgresql.org Subject: Re: [ADMIN] postgres and persistant connections (using Apache::DBI) Date: Wed, 29

Re: [ADMIN] postgres and persistant connections (using Apache::DBI)

2006-03-29 Thread Rajesh Kumar Mallah
lem > > > >From: "Rajesh Kumar Mallah" <[EMAIL PROTECTED]> > >To: "Salem Berhanu" <[EMAIL PROTECTED]> > >CC: pgsql-admin@postgresql.org > >Subject: Re: [ADMIN] postgres and persistant connections (using > >Apache::DBI) > >

Re: [ADMIN] postgres and persistant connections (using Apache::DBI)

2006-03-30 Thread Salem Berhanu
Thanks anyways From: "Rajesh Kumar Mallah" <[EMAIL PROTECTED]> To: "Salem Berhanu" <[EMAIL PROTECTED]> CC: pgsql-admin@postgresql.org Subject: Re: [ADMIN] postgres and persistant connections (using Apache::DBI) Date: Thu, 30 Mar 2006 09:29:35 +0530 since it i