AIL PROTECTED]>
To: Differentiated Software Solutions Pvt. Ltd <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, October 23, 2000 1:35 PM
Subject: Re: persistent database problem
>
> The db connection happens once for each child - so every time you hit a
> child for the f
Yes
- Original Message -
From: Jeff Beard <[EMAIL PROTECTED]>
To: Differentiated Software Solutions Pvt. Ltd <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, October 23, 2000 7:08 PM
Subject: Re: persistent database problem
> Are using Apache::DBI and esta
The db connection happens once for each child - so every time you hit a
child for the first time it will open up a new connection - you probably
have apache configured to start with 4 or so kids.
sterling
On Mon, 23 Oct 2000,
Differentiated Software Solutions Pvt. Ltd wrote:
> Hi,
> I hav
Are using Apache::DBI and establishing a connection in
your startup.pl?
On Mon, 23 Oct 2000, Differentiated Software Solutions Pvt. Ltd wrote:
> Hi,
> I have started with one httpd; and executed the following mod-perl program from
>the browser. We've configured apache to have persistent DBI
Hi,
I have started with one httpd;
and executed the following mod-perl program from the browser. We've
configured apache to have persistent DBI
The idea is first time the
database handle will be inactive and it will print 'INSIDE'. From the
second time onwards the database handle wi