-
See:
https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/kqueue.2.html
cmake, curses is already supported on OSX
-
Whenever kqueue() reports a write to a directory or file, a scan for changed content is immediately started. This scan is likely to find files in an inconsistent state, e.g. while being written to the…
-
## Description of the problem
Currently on Linux if the ivykis poll methods are used `follow-freq(0)` the first available regular file polling method is `ppol` (you have to exclude the not working …
-
BPO | [25602](https://bugs.python.org/issue25602)
--- | :---
Nosy | @vstinner, @ned-deily, @william-gr
Files | [0001-Add-support-for-EVFILT_USER-kqueue-filter.patch](https://bugs.python.org/file41014/…
-
The core of hyperkit uses `kqueue` via `mevent.c` but `pci_virtio_sock.c` uses plain old `select`.
If `hyperkit` is used together with `vpnkit` in Docker for Mac and large numbers (> 1024) of conne…
djs55 updated
6 years ago
-
When running the `test` task on `master` (ca15a6581ba2e91ef72510032604a653c783c2f6), the following output occurs:
```
2020-02-26 08:46 java[94718] (FSEvents.framework) process_dir_events: watch_all_…
wolfs updated
9 months ago
-
Every 2 seconds this is causing a lot of fork/execs that cause some contention. Rework this into a C daemon and possibly use kqueue to monitor the files that it is processing. A throttling mechanism i…
-
I've noticed that we can enable keepalive on all platforms, but it looks like the keepalive interval right now is only configurable on epoll. I think there is still no way to do this on Nio directly (…
-
The attached reproducer code spawns two processes, one of them polls a perfectly valid pipe fd for writing using ivykis, and the child process would be responsible for reading, but for an easier repro…
-
~~It'd be nice to support inotify, kqueue, etc, but these don't support recursive watching and might potentially exhaust file/watch descriptors for large directories. Perhaps we can make these work th…