Welcome![Sign In][Sign Up]
Location:
Downloads SourceCode Internet-Network
Title: linux_epoll模型 Download
  • Category:
  • Linux Network
  • Tags:
  • File Size:
  • 292kb
  • Update:
  • 2018-03-31
  • Downloads:
  • 0 Times
  • Uploaded by:
  • Q-Q
 Description: Epoll is an improved poll for the Linux kernel to handle large batch file descriptors, an enhanced version of the multiplexed IO interface select/poll under Linux, which can significantly improve the application rate of the system CPU in a large number of concurrent connections in a large number of concurrent connections. Another reason is that when an event is obtained, it does not need to traverse the entire set of listener descriptors, just traversing the descriptor sets that are added to the Ready queue asynchronously by the kernel IO event. In addition to providing the level trigger (Level Triggered) of the select/poll IO event (Level Triggered), epoll provides the edge trigger (Edge Triggered), which makes the user space program likely to cache the IO state, reduce the call of the epoll_wait/epoll_pwait, and improve the efficiency of the application
 Downloaders recently: [More information of uploader Q-Q]
 To Search:
File list (Check if you may need any files):
FilenameSizeDate
linux_epoll模型.pdf 317790 2017-08-17

CodeBus www.codebus.net