in reply to
Re: Re: Sharing database handle
in thread
Sharing database handle
No, Apache::DBI doesn't do any inter-process communication. It's dirt simple. It just opens a separate database handle in each process and keeps it open.
Comment on
Re: Re: Re: Sharing database handle
In Section
Seekers of Perl Wisdom