Re: [take7 1/1] kevent: core files and timer/poll notifications.

2006-08-10 Thread Evgeniy Polyakov
On Thu, Aug 10, 2006 at 04:16:38PM +0400, Evgeniy Polyakov ([EMAIL PROTECTED]) wrote: > With this patchset rate of requests per second has achieved 2500 req/sec > while with epoll/kqueue and similar techniques it is about 1600-1800 > requests per second on my test hardware and trivial web server.

[take7 1/1] kevent: core files and timer/poll notifications.

2006-08-10 Thread Evgeniy Polyakov
This patch includes core kevent files: - userspace controlling - kernelspace interfaces - initialization - notification state machines - timer and poll/select notifications With this patchset rate of requests per second has achieved 2500 req/sec while with epoll/kqueue and similar techniques it is