
4 Dec
2009
4 Dec
'09
4:39 p.m.
On Fri, Dec 4, 2009 at 5:31 PM, Ross Mellgren
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