Re: persistent database problem

2000-11-08 Thread Differentiated Software Solutions Pvt. Ltd
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

Re: persistent database problem

2000-11-08 Thread Differentiated Software Solutions Pvt. Ltd
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

Re: persistent database problem

2000-10-23 Thread John K. Sterling
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

Re: persistent database problem

2000-10-23 Thread Jeff Beard
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

persistent database problem

2000-10-23 Thread Differentiated Software Solutions Pvt. Ltd
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