On Fri, 29 Dec 2000, Helberg Jens (QI/LBS1-Bue) * wrote:

> You'd wait til the child process spawned by the setup program dies. There're
> some modules which can retrieve the current running processes, i.e.
> setupsup. Take the following sample as a skeleton:

That may work in instances where the main process (setup) spawns a
subprocess that controls all later processes.  But it won't work in a case
where the main process forks off a bunch of child processes, since the
number of child processes may be variable and have different names, so how
would you know which ones were associated with the parent?

Speaking as someone who has run into this unfortunate problem, i would
dearly love someone to have a ready-made answer to this.  :)

J

_______________________________________________
Perl-Win32-Admin mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

Reply via email to