From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48127) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gLphf-0001wx-Jh for guix-patches@gnu.org; Sun, 11 Nov 2018 08:23:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gLphe-0000V8-QN for guix-patches@gnu.org; Sun, 11 Nov 2018 08:23:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:41129) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gLphe-0000UK-M7 for guix-patches@gnu.org; Sun, 11 Nov 2018 08:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gLphe-00064C-GJ for guix-patches@gnu.org; Sun, 11 Nov 2018 08:23:02 -0500 Subject: [bug#33265] [WIP RFC v4] services: Add file system monitoring service. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20181105035122.4359-1-dannym@scratchpost.org> <20181105094109.21915-1-dannym@scratchpost.org> <87a7mgwp6e.fsf@gnu.org> <20181111011218.00265d2f@scratchpost.org> <87wopjua86.fsf@gnu.org> <20181111134811.7d48b621@scratchpost.org> Date: Sun, 11 Nov 2018 14:22:39 +0100 In-Reply-To: <20181111134811.7d48b621@scratchpost.org> (Danny Milosavljevic's message of "Sun, 11 Nov 2018 13:50:33 +0100") Message-ID: <87a7mfu4tc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 33265@debbugs.gnu.org Hello Danny, Danny Milosavljevic skribis: > Whoever doesn't handle inotify queue overflow uses the kernel API incorre= ctly - > it's not going to be reliable. It seems that inotify and reliability don=E2=80=99t go together well anyway: http://wingolog.org/archives/2018/05/21/correct-or-inotify-pick-one So I don=E2=80=99t know if what you describe is a showstopper for Direvent specifically, or if it=E2=80=99s just that things aren=E2=80=99t going to w= ork =E2=80=9Creliably=E2=80=9D anyway. WDYT? Ludo=E2=80=99.