Re: How to pass mysql connections across exec()

2002-03-11 Thread Manvendra Bhangui
gt; > -Original Message- > From: Manvendra Bhangui [mailto:[EMAIL PROTECTED]] > Sent: Monday, March 11, 2002 5:22 AM > To: [EMAIL PROTECTED] > Subject: How to pass mysql connections across exec() > > > Hi, > > I have a requirement where I should be able to o

How to pass mysql connections across exec()

2002-03-11 Thread Manvendra Bhangui
Hi, I have a requirement where I should be able to open connection to mysql from a server which is running continuously and pass the connection to a child of this server after it does a exec to a totally different executable. This will enable me to reuse a mysql connection initiated by one proc