Tony Weeg wrote:
>
> jochem, why the question about parent and not child service, or
> something like that?

If you start a process from another process, it is known as a
child process. You can see this with a tool like tlist from the
resource kit, run it with the -t option and you see a tree of
processes.
Normally, if you kill a parent, all the children die (open the
task manager, right click a running task and select "End process
tree"). So if you have a process executing a batchfile in a child
process, I would expect the child process to die as soon as the
parent process dies. That means you will not be able to restart
the parent process from the child.
So I doubt using cfexecute to restart CF will work.

Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to