![](wink.gif)
raise() and signal()
ok, I''ve set up some custum signal handlers for SIGINT and SIGSEGV in my program(mud server actually) band i''ve been playing around some with them, now there are 32 defined signals and it accepts signals up to 64. so does that mean that they planned ahead or that you can implement your own custom signals? perhaps a bad idea to mess with the signals if you want to be compatible with the future
anyone know if this is a good or bad idea?
- Damage Inc.
![](wink.gif)
November 30, 2003 03:02 PM
Use them at your own risk.
and why would you need anything other than 2 user defined signals, anyway?
sounds like you''re trying to use signals to do something something else is better suited for.
and why would you need anything other than 2 user defined signals, anyway?
sounds like you''re trying to use signals to do something something else is better suited for.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement