Re: Ideas for v2.1

Alan Cox (alan@cymru.net)
Tue, 11 Jun 1996 09:57:07 +0100 (BST)


> >Ideas for 2.1 (subtitled "Things that make you go, hmmmm...") :
>
> Full POSIX.4 support would be VERY nice, including asynchronous I/O
> and queued signals.

If you have queued signals then you can do async I/O using clone() cleanly
in userspace.

Alan