On Wed, 2005-11-23 at 13:15 -0700, Pierre Smolarek wrote: > I'm not completly up to scratch when or how Apache::DBI does its magic, > either within the connect call of my DBI handle or within Multiplex's > (as multiplex does a similar thing to Apache::DBI in redirecting the > connect request).
Maybe it does something to add persistence and makes Apache::DBI redundant. Anyway, Apache::DBI is a very short piece of code and easy to read. The only surprise is that DBI itself has a little bit of special behavior when Apache::DBI is loaded. Just look at the DBI source to see it. - Perrin