I have a Perl sockets app running as a service listening for miscellaneous
messages, START being one.  If it receives a START message it will start an
application and then continue listening.  Once the application is finished
running I want it to send a signal/message to the service.

I could accomplish this with a second script that acts as a wrapper for the
application and then sends a message on completion but I wanted to do it all
within the service by forking the application and then having it signal to the
parent process upon its completion.

James



Jenda Krynicky wrote:

> > I have a script that I want to fork a child process that will start an
> > application, e.g. notepad.  Once notepad is closed I want the child
> > process to send a signal to the parent.  How would I do this in Windows?
>
> Signals do not work on Win32. You have to find another way.
>
> What do you realy want to do?
>
> Jenda
>
>
> == [EMAIL PROTECTED] == http://Jenda.Krynicky.cz ==
> : What do people think?
> What, do people think?  :-)
>              -- Larry Wall in <[EMAIL PROTECTED]>
> _______________________________________________
> Perl-Win32-Admin mailing list
> [EMAIL PROTECTED]
> http://listserv.ActiveState.com/mailman/listinfo/perl-win32-admin

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

Reply via email to