What I was was calling a 'signal handler' for my managed code would have perhaps more correctly referred to as "UnixSignal is set, now do something" code.
Ok, so if I have a thread in my managed code that does nothing but check UnixSignal.WaitAny, as described in height8's blog post, and then does no more than set some simple variable when that occurs, that should as safe and reliable as I can expect to get using managed code? -- View this message in context: http://mono.1490590.n4.nabble.com/Question-on-unix-signal-handling-tp4658167p4658173.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
