Hi there,

On Mon, 13 Nov 2000, Jon Molin wrote:

> I'm considering using Apache::DBI but before I'd want to benchmark
> to see if I gain anything.  To do this I just made a script that
> connects/disconnects 10 times.

You'd better read the Guide.

http://perl.apache.org/guide

The whole point is that you don't want to connect/disconnect if you
can avoid it.  So each Apache child process connects just once, and
keeps that handle open until it dies.

73,
Ged.

Reply via email to