I guess this is my thinking: it's really not that much of a stretch to make
signals behave like GetMessage(). Indeed, sigopen() brings them
sufficiently close. By doing this, you DO provide this unified interface
for all the different types of events you described which works much like
GetMessage(). So, but adding a couple of syscalls you avoid having to
implement a whole new set of API's for doing AIO, semaphores, msgqueues, etc.
--Chris
P.S.: What do you mean by explicit binding between event queues and
threads? I'm not sure I see what this gains you.
-
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/