RE: A signal fairy tale - a little comphist

Heusden, Folkert van (f.v.heusden@ftr.nl)
Thu, 28 Jun 2001 15:57:23 +0200


[...]
> A signal number cannot be opened more than once concurrently;
> sigopen() thus provides a way to avoid signal usage clashes
> in large programs.
YOU> Signals are a pretty dopey API anyway -

Exactly. When signals were made up, signalhandlers were supposed to
not so much more then a last cry and then exit the application. sigHUP
to re-read the config was not supposed to happen.

YOU> so instead of trying to patch
YOU> them up, why not think of something better for AIO?

Yeah, a select() on excepfds.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/