Journal, reloaded: Difference between revisions
Jump to navigation
Jump to search
(→Related: Add a bunch of inotify-related links.) |
m (→Related) |
||
Line 27: | Line 27: | ||
* [[Experiments with unordered paths]] (lots of links here) |
* [[Experiments with unordered paths]] (lots of links here) |
||
* [http://www.usenix.org/publications/login/2006-06/pdfs/buettcher.pdf Wumpus paper] - describes the races inherent in inotify when subdirectories are created (more on [http://www.wumpus-search.org/ Wumpus]) |
* [http://www.usenix.org/publications/login/2006-06/pdfs/buettcher.pdf Wumpus paper] - describes the races inherent in inotify when subdirectories are created (more on [http://www.wumpus-search.org/ Wumpus]) |
||
** [http://bugs.l3ib.org/index.php?do=details&task_id=23 A description of one problem |
** [http://bugs.l3ib.org/index.php?do=details&task_id=23 A description of one problem] |
||
** [http://lkml.indiana.edu/hypermail/linux/kernel/0603.0/1400.html Chris Ball's description of the problem] |
** [http://lkml.indiana.edu/hypermail/linux/kernel/0603.0/1400.html Chris Ball's description of the problem] |
||
** The [http://mail.gnome.org/archives/dashboard-hackers/2004-October/msg00022.html Love-Trowbridge solution] -- always use the scan-and-watch algorithm when you see a new directory created |
** The [http://mail.gnome.org/archives/dashboard-hackers/2004-October/msg00022.html Love-Trowbridge solution] -- always use the scan-and-watch algorithm when you see a new directory created |
Latest revision as of 20:24, 16 December 2008
This page details the work being done on "next generation" Journal ideas.
Source code
For the brave only at this point. I'll have RPM and DEB packages available when the code is at the "everyone should try this out and let me know what you think" stage (ie, not quite yet).
- Journal2
- gitweb .tar.gz snapshot
- Patched version of Pinot
- gitweb .tar.gz snapshot
Talks
- User:CScott gave a talk on 2008-10-15 on his journal work.
Related
- Eduardo's Epiphany tagging writeup
- Experiments with unordered paths (lots of links here)
- Wumpus paper - describes the races inherent in inotify when subdirectories are created (more on Wumpus)
- A description of one problem
- Chris Ball's description of the problem
- The Love-Trowbridge solution -- always use the scan-and-watch algorithm when you see a new directory created
- fschange patches for Linux: the Wumpus solution.