File: hinotify-Lh.tex

package info (click to toggle)
haskell-hinotify 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 144 kB
  • sloc: haskell: 271; sh: 25; makefile: 6
file content (36 lines) | stat: -rw-r--r-- 1,281 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
\begin{hcarentry}{hinotify}
\report{Lennart Kolmodin}
\status{alive}
\makeheader

``hinotify'' is a simple Haskell wrapper for the Linux kernel's inotify
mechanism. inotify allows applications to watch file changes since
Linux kernel 2.6.13.  You can for example use it to do a proper
locking procedure on a set of files, or keep your application up do
date on a directory of files in a fast and clean way.

As file and directory notification is available for many operating systems
upcoming work will include to try to find a common API that could be shared
for all platforms. Last work has been to see what's possible to do under
Microsoft Windows, and finding a suiting API for both platforms. This has
been a joint work with Niklas Broberg. We're still looking for contributors
to *BSD and Mac OS X. If you're interested, contact us.

\FurtherReading
\begin{compactitem}
\item Development version:

  \texttt{darcs get}

  \url{http://www.haskell.org/~kolmodin/code/hinotify/}
\item Latest released version:

  \url{http://www.haskell.org/~kolmodin/code/hinotify/download/}
\item Documentation:

  \url{http://www.haskell.org/~kolmodin/code/hinotify/docs/api}
\item inotify:

  \url{http://www.kernel.org/pub/linux/kernel/people/rml/inotify/}
\end{compactitem}
\end{hcarentry}