----- Original Message -----
From: "Wayne Izatt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 04, 2001 3:17 PM
Subject: Apache::DBI + persistent connections


> Which leads me to think that "persistent" means that,
> if a single script makes multiple connect requests
> (with the same parameters), a single connection will
> be utilized. But if multiple instances of the script
> are active, each instance/process will be generating
> connections.

correct.

Apache::DBI doesn't POOL connections, it merely keeps them open so that each
child doesn't keep reopening a new connection each time connect is called.

~j



Reply via email to