emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: kqueue in Emacs 25.1?


From: Wolfgang Jenkner
Subject: Re: kqueue in Emacs 25.1?
Date: Sat, 07 Nov 2015 16:02:25 +0100
User-agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (berkeley-unix)

On Sat, Nov 07 2015, Wolfgang Jenkner wrote:

> I'd say it depends on how you implement it: if you are trying to emulate
> the inotify API it might be better to just link with libinotify-kqueue

I should add that one difference between libinotify-kqueue and native
GNU/Linux inotify is that libinotify uses a separate worker-thread.
This is a difference that can become visible sometimes (at least in the
current implementation), e.g., the worker thread doesn't block most
signals, so the effect of signal handlers can be delayed until control
returns to the main thread.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]