http://www.perlmonks.org?node_id=180695

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.