On Tue, 2005-12-13 at 18:10 +0100, Albert Vila wrote: > However, the persistent connections still does not work. The system > creates a new db connection for earch child.
That's what it's supposed to do, as documented in the Apache::DBI man page. If it creates more than one connection with the same parameters in each child, then something is wrong. - Perrin