Keep It Simple, Stupid | |
PerlMonks |
Can processes share a DBI connection?by jecouto (Initiate) |
on Jul 10, 2002 at 07:04 UTC ( [id://180695]=perlquestion: print w/replies, xml ) | Need Help?? |
jecouto has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (database programming)
Is it safe to open a connection to a database and then use that same connection in all the children your process forks?
Or is it necessary to open a connection for each child?
Originally posted as a Categorized Question.
Back to
Seekers of Perl Wisdom
|
|