Показаны сообщения с ярлыком I/O. Показать все сообщения
Показаны сообщения с ярлыком I/O. Показать все сообщения

суббота, 3 апреля 2010 г.

Some Linux I/O papers

Comparing and Evaluating epoll, select, and poll Event Mechanisms
Abstract
This paper uses a high-performance, eventdriven, HTTP server (the mserver) to compare the performance of the select, poll, and epoll event mechanisms. We subject the mserver to a variety of workloads that allow us to expose the relative strengths and weaknesses of each event mechanism.