-
from man [epoll_ctl](https://man7.org/linux/man-pages/man2/epoll_ctl.2.html):
EPOLLRDHUP (since Linux 2.6.17)
Stream socket peer closed connection, or shut down writing half o…
-
I have the performance problem with live synchronizing of huge directories:
```
cat > rules
-
I try to use kqueue EVFILT_TIMER and found its precision is low.
I set 10 sec and it may timeout at 30-100 sec.
-
I am getting weird error when making a request towards any https website when executing unit test (`sbt test`), however I don't get the same error when running my application (`sbt run`). I use zio 2.…
-
```c
DEFUN ("kqueue-valid-p", Fkqueue_valid_p, Skqueue_valid_p, 1, 1, 0,
doc: /* Check a watch specified by its WATCH-DESCRIPTOR.
WATCH-DESCRIPTOR should be an object returned by `kqueue-a…
-
### Expected behavior
When running the example code below, the behavior should match that of Nio and Epoll:
```
Iteration 1
Iteration 2
Iteration 3
Done.
Process finished with exit code 0…
-
We are seeing frequent crashes of syslog-ng on our FreeBSD 12.3 boxes, with `dmesg` like the follow, ad infinitum:
```
pid 7927 (syslog-ng), jid 0, uid 0: exited on signal 6 (core dumped)
pid 792…
-
I've been having some crash issues on MacOS when software plugins that link their own ASIO are installed. Basically, one plugin might statically link 1.12.1, while another will link 1.21.0. When one o…
-
For BSD-derived systems that support it, a kqueue(2) based implementation would provide performance similar to the Linux epoll(7)-based one, without the limitations of select(2). It will also be very …
-
I happened across commit 3664 [1] which indicates epoll and kqueue support is planned. The core devs probably already know what they want to do, but I got curious to understand the background and wan…