> From: Jan Djärv <jan.h.d@swip...>
> Date: Tue, 24 Jul 2012 08:25:41 +0200
> Cc: Paul Michael Reilly <pmr@paja...>,
> "emacs-devel@gnu...." <emacs-devel@gnu....>,
> John Wiegley <johnw@newa...>
>
> The basic concept is to have one thread for file descriptors and let the main thread deal with Cocoa events. The code today does something similar, but it relies on polling each 0.1 second.
Once in 100 msec is an awfully low frequency. What happens if the
period is decreased to 10 or even 5 msec?