On 08/01/2008, Paolo Molaro <[EMAIL PROTECTED]> wrote:
> This API implements what 99% of the users need from signal handlers
> in a safe and portable way.

I agree, this certainly covers everything I've ever needed to do with
a signal handler.

I wouldn't bother with semaphores instead of pipes in the initial
implementation - the performance difference should be minimal, and
probably only noticeable in the rare case of things like aync IO
signals or high-frequency timers, both of which probably ought to be
handled specially from C anyway.

Have fun,

Avery
_______________________________________________
Mono-devel-list mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to