in reply to Re^3: Sharing a database connection across fork()
in thread Sharing a database connection across fork()
I confirmed that I was able to replace the clone() call with a connect() call, using the connection specs inherited from the parent, as you suggested.