On Tue, 2006-08-08 at 03:52 -0400, Jonathan wrote: > for whatever reason, i seem to be creating 99 session and 99 read/ > write handles > > anyone have a clue?
This usually means that your connection parameters are not always identical, or that you loaded Apache::DBI too late. Set $Apache::DBI::DEBUG = 2 to see debugging info in the logs. - Perrin