> I'm trying to write a server that handles 10000 clients. On 2.4.x, > the RT signal queue stuff looks like the way to achieve that. I would suggest you try multiple polling threads. Not only will you get better SMP scalability, if you have say 16 threads, each one only has to handle ~ 600 fds. Nick. - 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 o... Jim Gettys
- Re: Linux's implementation o... Dan Kegel
- RE: Linux's implementation o... Chris Swiedler
- Re: Linux's implementation o... Dan Kegel
- Re: Linux's implementation o... Edgar Toernig
- Re: Linux's implementation of po... Dan Kegel
- Re: Linux's implementation o... Linus Torvalds
- Re: Linux's implementation of po... Abramo Bagnara
- Re: Linux's implementation o... Linus Torvalds
- Re: Linux's implementation of po... Mark Montague
- RE: Linux's implementation of poll() not scal... Nick Piggin
- RE: Linux's implementation of poll() not scal... David Schwartz
- Re: Linux's implementation of poll() not scalable? Lyle Coder
- Re: Linux's implementation of poll() not scalable... Dan Kegel
- Re: Linux's implementation of poll() not scal... Jordan Mendelson
- Re: Linux's implementation of poll() not scalable? Lee Chin
- Re: Linux's implementation of poll() not scalable? Jonathan Lemon
- Re: Linux's implementation of poll() not scalable? John Gardiner Myers