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-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from pb-smtp20.pobox.com (pb-smtp20.pobox.com [173.228.157.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 4F87B1F5AE for ; Sat, 27 Jun 2020 19:05:51 +0000 (UTC) Received: from pb-smtp20.pobox.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 2FBF7DD1BE; Sat, 27 Jun 2020 15:05:50 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=sasl; bh=zCTEJTlFW42fnzSYj1inb709TDE=; b=BJkXz5 5Fniudwxl20HGCR0y2IlKUwOqmofQzOVfCXnE/9oEK0VGlVXTXW35DXR/tXMfKYN lpBHXwq6Py+WX2wJ0i5li4vFMOWBgf2t/AraaeZyIMXYPjhuSfoJZ9GWXyePxvLY 5/5F3qOLNcRzslpKwjjAnFY8uLrgM9m7EVHO0= Received: from pb-smtp20.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp20.pobox.com (Postfix) with ESMTP id 290BFDD1BD; Sat, 27 Jun 2020 15:05:50 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:in-reply-to:references:date:message-id:mime-version:content-type; s=mesmtp; bh=PCHD5IULu6G7826ben1WlsnfGmgMQnRbEaqfB04PISc=; b=fXldXJg7S8zhD+mMQnK6eu66Y+vv5i98IDTEK6kSDfRUOr0QaXeWKTwS1GJq3sJzKqkxw7uB+UP+SR97UGbUqdH3Mn5WAr1vUeRIoxufPdWqU8atNn9YyTwxRf+HNHe1M3u5fAjTHJ9K/XlIc0+fSELC/y2B7hICGGDUIrBMABk= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp20.pobox.com (Postfix) with ESMTPSA id A09CEDD1BC; Sat, 27 Jun 2020 15:05:47 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 11/34] watch: use signalfd for Maildir watching In-Reply-To: <20200627100400.9871-12-e@yhbt.net> References: <20200627100400.9871-1-e@yhbt.net> <20200627100400.9871-12-e@yhbt.net> Date: Sat, 27 Jun 2020 15:05:45 -0400 Message-ID: <87tuyw5nxy.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Pobox-Relay-ID: 359D7B22-B8A9-11EA-9995-B0405B776F7B-24757444!pb-smtp20.pobox.com List-Id: One of these days, I'm going to read through a series on this list and make a valuable technical comment :] Until then... Eric Wong writes: > We can get rid of the janky wannabe > self-using-a-directory-instead-of-pipe thing we needed to > workaround Filesys::Notify::Simple being blocking. > > For existing Maildir users, this should be more robust and > immune to missed wakeups for to signalfd and kqueue-enabled s/for to/for/ ?