On Fri, Dec 4, 2009 at 5:31 PM, Ross Mellgren <[email protected]> wrote:
> kqueue is the "low level" interface, but requires that you handle all file
> system events as they happen, and fast.
>
For the purposes of creating a binding in haskell, my preferred way
would be to use the low-level interface and build saner abstractions
on top of that; it would be trivial to buffer them haskell-side.

That said.. you say you have to handle the events "fast". What happens
if you don't?

-- 
Svein Ove Aas
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to