Re: SOLVED! (was: Re: What is wrong with this query?)

2002-12-26 Thread Mark
- Original Message - From: "Mike Wexler" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, December 25, 2002 6:43 PM Subject: Re: SOLVED! (was: Re: What is wrong with this query?) > This is getting a little bit away from mysql You are right, Mike, and

Re: SOLVED! (was: Re: What is wrong with this query?)

2002-12-25 Thread Mike Wexler
ction. Unless the $dbh was created before daemonizing and the child process closed the connection on exiting. Mark wrote: - Original Message - From: "Rick Robinson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 24, 2002 12:03 PM Subject: RE

Re: SOLVED! (was: Re: What is wrong with this query?)

2002-12-25 Thread Mark
- Original Message - From: "Rick Robinson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 24, 2002 12:03 PM Subject: RE: SOLVED! (was: Re: What is wrong with this query?) > It's not a true daemon ... No. It is only called a zombie if

RE: SOLVED! (was: Re: What is wrong with this query?)

2002-12-24 Thread Rick Robinson
ighly recommend it if you're going to write daemon processes. Best of luck, R -Original Message- From: Mark [mailto:[EMAIL PROTECTED]] Sent: Monday, December 23, 2002 02:51 PM To: Michael T. Babcock Cc: [EMAIL PROTECTED] Subject: Re: SOLVED! (was: Re: What is wrong with this quer

Re: SOLVED! (was: Re: What is wrong with this query?)

2002-12-23 Thread Mark
- Original Message - From: "Michael T. Babcock" <[EMAIL PROTECTED]> To: "Mark" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, December 23, 2002 8:14 PM Subject: Re: SOLVED! (was: Re: What is wrong with this query?) > >It seems th

Re: SOLVED! (was: Re: What is wrong with this query?)

2002-12-23 Thread Michael T. Babcock
I do not understand why. It seems that the parent exit-ing while the child is doing stuff, makes the child lose its query to MySQL (always more or less at the same point). And this is really strange; for the parent has nothing to do with MySQL. It is the child who makes the connection and does al