Hi ,
    My aim is to avoid mysql connects to the DB & my application does
not run as a daemon .
But the parent of this program runs as a daemon , so can someone tell me
how I would make use of the same Mysql handler in the execed child also
assuming I connect to the Mysql Server in the parent ?
1.) Connect to Mysql DB in the parent
2.) exec the child .

Now how can the child make use of the same fd to ask questions to the
Mysql Server ?

Regards


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to