Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in epoll

zeromq zmq.Poller & stdin

Dealing with listening socket by epoll

c sockets epoll

POLLHUP vs. POLLRDHUP?

linux epoll

One-shot *level*-triggered epoll(): Does EPOLLONESHOT imply EPOLLET?

linux io epoll epollet

How to code an epoll based sockets client in C

c sockets client epoll

non blocking tcp connect with epoll

linux tcp epoll

Does poll/epoll block? How is it different from async IO?

Getting disconnection notification using TCP Keep-Alive on write blocked socket

linux tcp epoll keep-alive

How to use an eventfd with level triggered behaviour on epoll?

c linux system-calls epoll

epoll_ctl() failed: No such file or directory [errno = 2]

linux redhat epoll

Linux Evdev Poll Lag

c linux epoll udev evdev

What is the order in which File Descriptors in epoll are returned?

c linux epoll

Edge Triggered epoll c

c sockets epoll

What happen, when epoll file descriptor is closed?

epoll

Handle signals with epoll_wait and signalfd

c sockets signals epoll

Haskell concurrency over kqueue

EPOLLPRI when does this case happen?

epoll

Why having to use non-blocking fd in a edge triggered epoll function?

How can I distinguish read and write events on the same socket?

c sockets epoll