KSEQ: a new scalable synchronous I/O multiplexing mechanism for event-driven applications

  • Authors:
  • Hongtao Xia;Weiping Sun;Jingli Zhou;Yunhua Huang;Jifeng Yu

  • Affiliations:
  • Zhejiang Electric Power Corp., Hangzhou, China;Huazhong University of Sci. & Tech., Wuhan, China;Huazhong University of Sci. & Tech., Wuhan, China;Zhejiang Electric Power Corp., Hangzhou, China;Huazhong University of Sci. & Tech., Wuhan, China

  • Venue:
  • ISPA'07 Proceedings of the 5th international conference on Parallel and Distributed Processing and Applications
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

The performance of event-driven network applications, such as Web servers and proxies, was influenced by the scalability and efficiency of synchronous I/O multiplexing mechanism. Research shows that event-based mechanism can ensure the scalability, and using kernel-user shared memory to evade system calls can reduce a lot of system overhead. But these two features can not be combined by any solution till now, because of synchronous problem. This paper attempts to design an event notification mechanism for event-driven network applications, which using kernel-user shared event queues (KSEQ) to achieve both good scalability and low system overhead. The KSEQ works something like double buffer, and both application and kernel can write the shared data structures without the help of synchronization system calls. Experiment shows that the Squid proxy server using this mechanism presents shorter response time than other mechanisms.