in reply to
Re: Sharing database handle
in thread
Sharing database handle
I don't think that will actually work. The trouble is, you can't easilly pass DBI objects (which involve open sockets and XS code) back and forth between processes.
Comment on
Re: Re: Sharing database handle
In Section
Seekers of Perl Wisdom