btherl Posted March 23, 2006 Share Posted March 23, 2006 I have a script which opens a connection with pg_connect(), and then forks some children. Unfortunately, when the first child exits, the database connection gets closed. The parent then gets a "server closed connection unexpectedly" warning on the next database query.Is there some way to hide this connection from the child so it doesn't close it on exit?I am using PHP 4.3.10 on Linux Quote Link to comment Share on other sites More sharing options...
btherl Posted March 27, 2006 Author Share Posted March 27, 2006 I know this is a difficult question. I will bump this once only in the hope that someone has had to deal with php's forking behaviour before :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.