I just want to know if kqueue for FreeBSD and epoll for Linux and other kernel space polling functions are a default OS behaviour to handle sockets and connections ?
I asked that because I have read the source code of the Erlang Network Driver Section that handle tcp requests and there was any kqueue or epoll or something like that to poll events that came from sockets