Hi,

Something seems to be wrong with your mail client's encoding.  It's
putting some garbage in between lines.

> I have Apache::DBI configured and it work very well with the FIRST =
> database
> (master), which get recycled like it should. However the client and =
> archives
> databases don't get recycled at all and Apache::DBI create a new =
> connection
> every time.

The snippet of error log you're showing here doesn't actually
demonstrate that.  I don't see any place where the same process asks for
the client or archive database and doesn't reuse a connection. 
Remember, Apache::DBI doesn't share these connections between processes
-- every process will need to open a connection to all three databases.

- Perrin


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html

Reply via email to