Re: [twsocket] R: ICS for Linux Development

2005-09-04 Thread Ari Sundholm
Hello Roberto, hello everyone! On Sun, 2005-09-04 at 13:22 +0200, Roberto Della Pasqua wrote: > Please permit me to suggest you what I consider the best model for highend > scalability under linux: Yes, epoll() seems like a good idea. It seems libevent supports it, too. That makes me wonder if li

[twsocket] R: ICS for Linux Development

2005-09-04 Thread Roberto Della Pasqua
Please permit me to suggest you what I consider the best model for highend scalability under linux: http://www.xmailserver.org/linux-patches/nio-improve.html use epoll(), a sort of linear select that check the status of all sockets dispatched in kernel (also 100,000 sockets concurrently without do