Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in epoll

serving large file using select, epoll or kqueue

select nginx epoll kqueue

Use python select kqueue on OSX to monitor file creation by external application

Python: retrieve several URLs via select.epoll()

How do "special" epoll flags correspond to kqueue ones?

Epoll in EPOLLET mode returning 2 EPOLLIN before reading from the socket

how to deal with this case: andorid epoll_wait return -1 and errno=4 used ndk

android android-ndk epoll

What is the use case for EPOLLET? [closed]

linux epoll epollet

What is the difference between epoll and boost::asio::io_context?

c++ boost-asio epoll

epoll_wait() receives socket closed twice (read()/recv() returns 0)

sockets recv epoll

May `epoll_ctl` modify the `epoll_event` structure passed to it?

c linux epoll manpage

Epoll_wait returning events on closed file descriptor

c++ linux epoll

poll, select and "would block"

Find what descriptors are registered within an epoll instance

c linux sockets epoll

can I register 2 or multiple events for the same socket descriptor on epoll?

What happened if I don't set EPOLLOUT event and direct call write() function?

c++ c sockets epoll

Is libuv under the hood use epoll or select(2) in unix

EPOLLRDHUP not reliable

tcp epoll

epoll order of events from epoll_wait

c linux sockets epoll