From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-3.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 9AB071F45A; Sun, 11 Aug 2019 17:33:20 +0000 (UTC) Date: Sun, 11 Aug 2019 17:33:20 +0000 From: Eric Wong To: Jan Kiszka Cc: meta@public-inbox.org Subject: Re: High polling frequency of public-inbox-watch Message-ID: <20190811173320.tpxy2km7uyjkklge@dcvr> References: <20190811165136.py6bfldsg6tz4wak@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Jan Kiszka wrote: > On 11.08.19 18:51, Eric Wong wrote: > > Linux::Inotify2 on Linux which AFAIK all deb-based distros > > will pull in, Oops, I was wrong on that :x > I was expecting inotify usage as well, but I'm not seeing that in strace, rather > a long *stat series, and then nanosleep(2)... Hah! > > apt install liblinux-inotify2-perl > > solved it. Did I miss a note in the readme? Nope, but it should probably be noted as an optional dependency in INSTALL, along with KQueue dependencies for *BSDs.