>I hate to admit it, but Win32 works better. All events arrive the
>same way. They have a select() equivalent that can handle everything,
>not just file descriptors. You can do semaphores with it even.
Yes, that might be true. But then they limited WaitForMultipleObjects to max
64 objects, that hurts. And if you do the newer pselect under Unix you can
pretty much emulate that.
-- Jens-Uwe Mager <pgp-mailto:62CFDB25>- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/