> It doesn't practically matter how efficient the X server is when > you aren't busy, after all. A simple polling scheme (i.e. not using poll() or select(), just looping through all fd's trying nonblocking reads) is perfectly efficient when the server is 100% busy, and perfectly inefficient when there is nothing to do. I'm not saying that your statements are wrong--in your example, X is calling select() which is not wasting as much time as a hard-polling loop--but it's wrong to say that high-load efficiency is the primary concern. I would be horrified if X took a signifigant portion of the CPU time when many clients were connected, but none were actually doing anything. chris - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: Linux's implementation of poll() no... Dan Kegel
- Re: Linux's implementation of poll() no... Linus Torvalds
- Re: Linux's implementation of poll() no... Dan Kegel
- Re: Linux's implementation of poll() no... Simon Kirby
- Re: Linux's implementation of poll() no... Dan Kegel
- Re: Linux's implementation of poll() no... Eric W. Biederman
- Re: Linux's implementation of poll() no... Dan Kegel
- Re: Linux's implementation of poll() no... Linus Torvalds
- Re: Linux's implementation of poll() no... Jim Gettys
- Re: Linux's implementation of poll() no... Dan Kegel
- Re: Linux's implementation of poll() no... Chris Swiedler
- Re: Linux's implementation of poll() no... Dan Kegel
- Re: Linux's implementation of poll() no... Edgar Toernig
- Re: Linux's implementation of poll() not sc... Dan Kegel
- Re: Linux's implementation of poll() no... Linus Torvalds
- Re: Linux's implementation of poll() not sc... Abramo Bagnara
- Re: Linux's implementation of poll() no... Linus Torvalds
- Re: Linux's implementation of poll() not sc... Mark Montague
- Re: Linux's implementation of poll() not scalable? Nick Piggin
- RE: Linux's implementation of poll() not scalable? David Schwartz