in reply to Re: MySQL Database
in thread MySQL Database

There's really very little speed improvement in using Apache::DBI for persistent connections to MySQL. My own benchmarking never demonstrated any notable improvement from simple non-persistent connections.

Replies are listed 'Best First'.
Re: Re: Re: MySQL Database
by perrin (Chancellor) on Mar 04, 2002 at 12:58 UTC
    There's definitely some improvement, since there is less work to be done when you have a persistent connection. It also leaves the door open for switching to another database at some point down the road.