RE: [U2] [UV] Phantom Problem

2004-08-02 Thread George Gallen
if the phantom is still running, I've found that any phantoms spawned by that phantom will not fully die until the parent phantom process is no longer. if the parent phantom is a loop, which in it's loop spawns off the other phantoms, instead of repeating the loop, have it chain back to itself

RE: [U2] [UV] Phantom Problem

2004-08-02 Thread Nick Cipollina
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of George Gallen Sent: Monday, August 02, 2004 10:06 AM To: [EMAIL PROTECTED] Subject: RE: [U2] [UV] Phantom Problem if the phantom is still running, I've found that any phantoms spawned by that phantom will not fully die until

Re: [U2] [UV] Phantom Problem

2004-08-02 Thread Stu Glancy
I have a similar process. The spawning process clears a control record, spawns the phantoms, and checks the control record at a fixed interval. Each spawned phantom reports to the control record when it is finished. When the spawning phantom has the results from all the spawned phantoms, it

RE: [U2] [UV] Phantom Problem

2004-08-01 Thread John Jenkins
Nick I assume these *are* true PHANTOMs and not background jobs spawned from cron or at? Regards JayJay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nick Cipollina Sent: 31 July 2004 20:27 To: [EMAIL PROTECTED] Subject: [U2] [UV] Phantom Problem

RE: [U2] [UV] Phantom Problem

2004-08-01 Thread Nick Cipollina
Yes they are true phantoms. Thanks, Nick Cipollina -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Jenkins Sent: Sunday, August 01, 2004 6:16 AM To: [EMAIL PROTECTED] Subject: RE: [U2] [UV] Phantom Problem Nick I assume these *are* true PHANTOMs