This repo demonstrates how to use epoll
with the EPOLLET
flag set (which
puts file descriptors into edge-triggered mode). This is a followup to my blog
post
Blocking I/O, Nonblocking I/O, And Epoll,
intended to demonstrate some real code.
This repo demonstrates how to use epoll
with the EPOLLET
flag set (which
puts file descriptors into edge-triggered mode). This is a followup to my blog
post
Blocking I/O, Nonblocking I/O, And Epoll,
intended to demonstrate some real code.