Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Win32 signals between parent/child

by suaveant (Parson)
on Aug 30, 2007 at 18:25 UTC ( [id://636167]=note: print w/replies, xml ) Need Help??


in reply to Win32 signals between parent/child

I can't actually say as I am not a windows programmer, but I can offer a possible alternative...

If you have an application where your child is simply waiting you could use a socketpair instead of a signal. Not only is it probably safer it is much more robust, and allows to to send info back and forth between the two.

Obviously it doesn't help when you want to interrupt something, but often that is not necessary.

                - Ant
                - Some of my best work - (1 2 3)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://636167]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-20 02:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found