in reply to Re: Objects, Object Handlers and mod_perl
in thread Objects, Object Handlers and mod_perl

That's right. You can't share a socket across a fork like that. Take a look at Apache::DBI's connect_on_init() instead.
  • Comment on Re: Re: Objects, Object Handlers and mod_perl