[PHP] mysql_connect() new_link not working? Lost connection to server during query when using multiple processes.

2004-08-20 Thread Minase
Hi, Firstly, i'm using PHP 4.3.8 and MySQL 4.0.20, on Linux. PHP is connecting to MySQL over a local socket connection. I have a PHP script that runs constantly on one of my servers. It basically does some processing work with data in a MySQL database, pnctl_fork()s a child process to do some

Re: [PHP] mysql_connect() new_link not working? Lost connection to server during query when using multiple processes.

2004-08-20 Thread Minase
Gah... To investigate my suspicion that it's not opening a new link, i've set tcpdump going on the server and will analyse the dumpfile once Realising my stupidity, i have now stopped tcpdump. Of course it will not capture anything as i am using a local socket connection! :) Having said that,