[network programming] IO multiplexing epoll
executive summary
Last [network programming] IO multiplexing select I talked about the use of IO multiplexing and select. This article attempts to use epoll.
In terms of implementation mechanism, epoll object has two core data structures: eventpo ...
Posted on Tue, 12 Oct 2021 18:26:54 -0400 by Mr.x