Stevens在文章中一共比较了五种IO Model:
    * blocking IO
    * nonblocking IO
    * IO multiplexing
    * signal driven IO
    * asynchronous IO
    由signal driven IO在实际中并不常用,所以主要介绍其余四种IO Model。

http://www.cnblogs.com/Forever-Kenlen-Ja/p/4480718.html

相关文章:

  • 2021-06-09
  • 2021-12-27
  • 2022-12-23
  • 2021-04-22
  • 2021-05-31
  • 2021-10-03
  • 2021-04-02
猜你喜欢
  • 2021-04-14
  • 2021-04-07
  • 2021-07-14
  • 2021-11-30
  • 2022-12-23
  • 2021-09-05
相关资源
相似解决方案