Implementation of Linux Network IO basic components

1 theoretical basis components 1.1 Epoll model overview 1.1.1 advantages of epoll model over Select/poll model (1) The maximum number of descriptors that Epoll can use will depend only on memory in a linear relationship (2) IO efficiency does not decrease linearly with the increase of the number of descriptors, mainly due to the callback ...

Posted by cryp7 on Tue, 21 Sep 2021 00:57:02 -0700