in reply to Can't get Win32::Create::Process() parent to exit before it's children

Is it maybe something to do with the locking you are doing?
my $Lock = Glck->new($ResName); $Lock->lock_mk($ChildPID);
Why are you doing that?
  • Comment on Re: Can't get Win32::Create::Process() parent to exit before it's children
  • Download Code