Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in epoll

C - sockets - epoll. What with slow clients?

c sockets epoll

Is it necessary to remove all file descriptors in the interest list before closing the epoll instance itself?

Can I add socket to a epoll descriptor while another thread waits on this epoll descriptor?

why is NON-BLOCKING sockets recommended in epoll [duplicate]

libuv vs. raw epoll or IOCP

Can epoll or kqueue handle asynchronous additions of file descriptors to itself

.net core async/await tcp with linux

.net linux .net-core epoll

architecture of high performance an tcp server

c tcp epoll

EBADF while recv after epoll_wait

linux recv epoll

Can not join ev loop thread since it is hanging in epoll_wait()

epoll: losing some EPOLLOUT events?

c++ c asyncsocket epoll epollet

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