What are Async Sockets?

后端 未结 3 1491
暗喜
暗喜 2020-12-12 17:28

What are Async Sockets? How are they different from normal sockets (Blocking and Non-Blocking)?

Any pointers in that direction or any links to tutorials will be help

3条回答
  •  抹茶落季
    2020-12-12 18:23

    Comparison of the following five different models for I/O in UNIX Network Programming: The sockets networking API would be helpful:

    Blocking

    Nonblocking

    I/O multiplexing

    Signal-driven I/O

    Asynchronous I/O

提交回复
热议问题