[sup-devel] [PATCH] Inotify support for Maildirs. (FIRST DRAFT)
From: "Edward Z. Yang" Signed-off-by: Edward Z. Yang --- lib/sup/maildir.rb | 52 ++-- lib/sup/poll.rb| 33 ++--- lib/sup/source.rb | 4 3 files changed, 80 insertions(+), 9 deletions(-) diff --git a/lib/sup
Re: [sup-devel] [PATCH] Inotify support for Maildirs. (FIRST DRAFT)
The locking is a downright crime (where's the STM when you need it), and it's still racy, but it should work OK. Excerpts from Edward Z. Yang's message of Mon Sep 03 00:59:31 -0400 2012: > From: "Edward Z. Yang" > > Signed-off-by: Edward Z. Yang > --- > lib/sup/maildir.rb | 52