Browse thread
How to monitor a specific file for changes
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Jake Donham <jake.donham@s...> |
| Subject: | Re: [Caml-list] How to monitor a specific file for changes |
On 10/22/07, Orlin Grigorov <ogrigorov@gmail.com> wrote: > Is there something I can use successfully on both Linux and Mac about that? There is a multiplatform library in OMake that uses whatever mechanism is available. I don't know what it does on Mac; I think it falls back to polling on platforms where nothing else is available. Jake