Title :
Scalable locality-aware event dispatching mechanism for network servers
Author :
Liu, H.-R. ; Chen, T.F.
Author_Institution :
Dept. of Comput. Sci., Nat. Chung Cheng Univ., Chiayi, Taiwan
fDate :
6/7/2004 12:00:00 AM
Abstract :
Network servers often need to process a large amount of network events asynchronously. They usually use select() or poll() to retrieve events from file descriptors. However, previous researches have shown that these system calls scale poorly when the number of open connections is significantly increased. Several kernel-level solutions have been proposed. In the paper, the authors first compare several event-dispatching mechanisms available under Linux, and then present their user-level solution, which takes advantage of temporal locality among events while polling. They show that a memory-based Web server with their approach can have about 20-30% performance improvement.
Keywords :
Internet; network servers; operating system kernels; Linux; file descriptors; locality-aware event dispatching mechanism; memory-based Web server; network performance; network servers;
Journal_Title :
Software, IEE Proceedings -
DOI :
10.1049/ip-sen:20040122