List Question
20 TechQA 2023-09-25T07:23:02.100000Is kqueue kevent() function threadsafe?
108 views
Asked by dsfddg dggd
How to choose kqueue flag EV_ONESHOT or EV_DISPATCH?
127 views
Asked by user2962393
What is the required lifetime of struct kevent passed into kevent changelist?
62 views
Asked by merlin2011
EVFILT_WRITE returning twice
103 views
Asked by hanerik jansen
EV_CLEAR flag confusion. What state of an event does it change?
162 views
Asked by user14063792468
Listening socket backlog size. I can not understand the wording of a manpage
93 views
Asked by user14063792468
How to determine lost connection with kqueue?
291 views
Asked by user14063792468
How to get KQueue to be available in Java in OSX?
553 views
Asked by Kemal Tezer Dilsiz
The kqueue system call and non-blocking connect. What code should I use to test for an error in the situation?
251 views
Asked by user14063792468
Need an explanation on wording of `kevent` filter
404 views
Asked by user14063792468
read event is received before the write one in kqueue
247 views
Asked by REVERSI
getting response only on the first time with socket programming
66 views
Asked by REVERSI
`select` works but `kqueue` doesn't when waiting on X11 connection
65 views
Asked by SuperDisk
using EVFILT_READ at the same time as EVFILT_WRITE
500 views
Asked by user18043747
Prior to macOS Sierra, why didn't XNU handle THREAD_RESTART in its kqueue_scan_continue function?
121 views
Asked by Wowfunhappy
How to create or manage Libuv TCP server in a c++ fuction?
584 views
Asked by Tyson X
how to determine if a file is completely downloaded using kqueue?
103 views
Asked by SolskGaer
How to add a `kevent` to a `kqueue`while `kevent()` is locked?
673 views
Asked by Adrian Maire
How to use kqueue for file monitoring in asyncio?
407 views
Asked by Philip Couling
Python Selector with FIFO running to infinite loop
379 views
Asked by Rahul Bharadwaj