* Evgeniy Polyakov <[EMAIL PROTECTED]> wrote: > I've uploaded them to: > > http://tservice.net.ru/~s0mbre/archive/kevent/evserver_epoll.c > http://tservice.net.ru/~s0mbre/archive/kevent/evserver_kevent.c
thanks. > I also changed client socket to nonblocking mode with the same result > in epoll server. [...] what does this mean exactly? Did you change this line in evserver_epoll.c: //fcntl(cs, F_SETFL, O_NONBLOCK); to: fcntl(cs, F_SETFL, O_NONBLOCK); and the result was the same? Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/