1 Nov 2002 01:32
Re: Unifying epoll,aio,futexes etc. (What I really want from epoll)
Jamie Lokier <lk <at> tantalophile.demon.co.uk>
2002-11-01 00:32:38 GMT
2002-11-01 00:32:38 GMT
Rusty Russell wrote: > I think a naive implementation of futex_set_wait would look like: Vaguely. We are looking for something with the queue-like semantics of epoll and rt-signals: persistent (as opposed to one-shot) listening, ordered delivery of events, scalable listening to thousands at once (without the poll/select O(n) problem). > Not sure I get the point about livelock though: deadlock is possible if > apps seek multiple locks at once without care, of course. I'm not sure what Alan meant either. -- Jamie ------------------------------------------------------- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
RSS Feed