On Thu, 2003-11-13 at 13:19, Stas Bekman wrote: > I doubt it's an Apache::DBI problem. Most likely something is borked in the > sub-classing implementation, so you probably want to contact the author of the > subclass.
I agree, it is probably a result of the fact that Apache::DBI does some strange subclassing tricks to override disconnect(). It doesn't actually do any kind of serialization, so it's not like Storable or Cache::Cache. If you can't get it to work and you don't mind changing your code to remove any disconnect() calls, you can use the DBI->connect_cached() method instead. - Perrin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html