Signals
- Windows don’t have the concept of signals
- Porting from Unix to Windows talks about how to deal with signals
- limited native Windows signals
- replace Unix signals with Messages
- replace Unix signals with Events
- http://stackoverflow.com/questions/5289549/c-sending-a-simple-signal-in-windows – no kill signal on Windows
Share