Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Are there any major performance differences between epoll and kqueue?

How to correctly read data when using epoll_wait

epoll_ctl : Operation not permitted error - c program

c linux file io epoll

how to use epoll with data->ptr, instead of data.fd?

epoll

epoll with edge triggered event

c linux sockets epoll

epoll_wait fails due to EINTR, how to remedy this?

What is the state of C10K-like event-based server development in TCL?

events networking tcp tcl epoll

Number of watched file descriptors inside a epoll

linux epoll

asyncio python with serial device takes 100% CPU

python epoll python-asyncio

Boost Asio On Linux Not Using Epoll

c++ linux boost boost-asio epoll

Proper handling of EWOULDBLOCK with polling on a non-blocking socket

c sockets epoll

Is 'epoll' the essential reason that Tornadoweb(or Nginx) is so fast?

apache nginx tornado epoll

Poorly-balanced socket accepts with Linux 3.2 kernel vs 2.6 kernel

linux node.js http kernel epoll