Re: ApacheDBI question

2000-01-29 Thread Mark Cogan
At 05:40 PM 1/28/00 -0500, Deepak Gupta wrote: How does connection pooling determine how many connections to keep open? The reason I ask is that I am afraid my non-modperl scripts are getting rejected by the db server b/c all (or most) connections are being dedicated to Apache activity.

ApacheDBI question

2000-01-28 Thread Deepak Gupta
How does connection pooling determine how many connections to keep open? The reason I ask is that I am afraid my non-modperl scripts are getting rejected by the db server b/c all (or most) connections are being dedicated to Apache activity. Thanks, Deepak

Re: ApacheDBI question

2000-01-28 Thread Perrin Harkins
On Fri, 28 Jan 2000, Deepak Gupta wrote: How does connection pooling determine how many connections to keep open? The reason I ask is that I am afraid my non-modperl scripts are getting rejected by the db server b/c all (or most) connections are being dedicated to Apache activity. Please