From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from primenet.com.au (ns1.primenet.com.au [203.24.36.2]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 5d028bfa for ; Sun, 5 Jan 2020 21:48:31 +0000 (UTC) Received: (qmail 18395 invoked by alias); 5 Jan 2020 21:48:24 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: List-Unsubscribe: X-Seq: 45247 Received: (qmail 5186 invoked by uid 1010); 5 Jan 2020 21:48:23 -0000 X-Qmail-Scanner-Diagnostics: from mail-yw1-f45.google.com by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.102.1/25684. spamassassin: 3.4.2. Clear:RC:0(209.85.161.45):SA:0(-1.9/5.0):. Processed in 1.875531 secs); 05 Jan 2020 21:48:23 -0000 X-Envelope-From: dana@dana.is X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.161.45 as permitted sender) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=u2IR61PDnrHZnuxZwkalj6g9eWCGOR0fpuML0xjQprw=; b=cQ/wfbGX4UE3TCQg7w/lUO4Bmo903lU5AvPkiS44uu+TgbhHtioLgF/0bUXeVW0msx rR8eqLBzs6GEaFtg5bB780PbJZD+dBD7vp43c7nRnNZk0VDCX0iLUNYHvgZSNgtx0jQO F3lriQawKzPwOrfYoiO+MCTOgFlRWkQdNOH8L5XdDiV8udqDkbM5h6DmcYWtTM6KIXav aF17Ue17tvDRO+yy6P/IYCBgcnvdsk0nKww5mNGsNw0hn9GejBZ8f+G86SHFkPCMb+2l Og3jzXbt8skygj3IZGmdcuLD3W7c7B8YwI6HApJr0BX27z0lLQTMZRx0SXY/fHDpCm8x 2vRg== X-Gm-Message-State: APjAAAXV25LT9jb6tfODEWYpOPkIZA23VpaNJqLHD5TmpBL5u/pzOSof /i2Sor7JkiVzfTe0+omZ62JwT8mXAF/R4w== X-Google-Smtp-Source: APXvYqyqndB/AJpJU6qpIVVeIFUZNiSBN34tVlveKSiGWsc9kqFqx34BE/7QFE4q2LgkeMLx2DCf3Q== X-Received: by 2002:a81:4844:: with SMTP id v65mr76848545ywa.23.1578260868841; Sun, 05 Jan 2020 13:47:48 -0800 (PST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH] Enable sub-second timeout in zsystem flock From: dana In-Reply-To: <43775C64-0254-45AB-81AB-B04AE80C4416@dana.is> Date: Sun, 5 Jan 2020 15:49:56 -0600 Cc: "zsh-workers@zsh.org" Content-Transfer-Encoding: 7bit Message-Id: <55BB1D69-3037-4F64-BB71-282A3D718940@dana.is> References: <20190729203521.upp5ku3bsr3hsnxq@phare.normalesup.org> <20200104184734.ienw42rwq2xu6aap@phare.normalesup.org> <43775C64-0254-45AB-81AB-B04AE80C4416@dana.is> To: Cedric Ware X-Mailer: Apple Mail (2.3445.104.11) On 5 Jan 2020, at 12:42, dana wrote: > It's kind of confusing that these are both named 'timeout' when they don't > specifically have anything to do with the time-out Actually, this caught my eye again and i realised that they're named that way because the polling interval is only used when you give a time-out. So never mind this part, the confusion was mine dana