From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 8c909d7: * src/gfilenotify.c (Fgfile_add_watch): Decrease polling rate. Date: Thu, 24 Sep 2015 08:26:00 -0400 Message-ID: References: <20150924073633.16471.60525@vcs.savannah.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1443097593 31074 80.91.229.3 (24 Sep 2015 12:26:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 24 Sep 2015 12:26:33 +0000 (UTC) Cc: Michael Albinus To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 24 14:26:24 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Zf5bS-0003Uy-58 for ged-emacs-devel@m.gmane.org; Thu, 24 Sep 2015 14:26:22 +0200 Original-Received: from localhost ([::1]:60098 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf5bR-00064o-Iq for ged-emacs-devel@m.gmane.org; Thu, 24 Sep 2015 08:26:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47728) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf5bC-00064F-J3 for emacs-devel@gnu.org; Thu, 24 Sep 2015 08:26:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zf5b8-0005vb-Hh for emacs-devel@gnu.org; Thu, 24 Sep 2015 08:26:06 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:46728) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zf5b8-0005vF-E2 for emacs-devel@gnu.org; Thu, 24 Sep 2015 08:26:02 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0CuDQA731xV/2yixEVcgxCEAsEVg2ODaAQCAoE8OhMBAQEBAQEBgQpBBYNdAQEEViMQCzQSFBgNiGPPIwEBAQEGAQEBAR6LOoUFBxaEFwWqe4hEgUUjgjuBWSKCeAEBAQ X-IPAS-Result: A0CuDQA731xV/2yixEVcgxCEAsEVg2ODaAQCAoE8OhMBAQEBAQEBgQpBBYNdAQEEViMQCzQSFBgNiGPPIwEBAQEGAQEBAR6LOoUFBxaEFwWqe4hEgUUjgjuBWSKCeAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="165718067" Original-Received: from 69-196-162-108.dsl.teksavvy.com (HELO ceviche.home) ([69.196.162.108]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Sep 2015 08:26:01 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id D82466619A; Thu, 24 Sep 2015 08:26:00 -0400 (EDT) In-Reply-To: (Michael Albinus's message of "Thu, 24 Sep 2015 07:36:34 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:190327 Archived-At: > * src/gfilenotify.c (Fgfile_add_watch): Decrease polling rate. Decreasing the rate means increasing the interval. From the "800 msec" comment I get the impression that the patch reduces the interval, and hence increases the rate. Which one is it? And why do we need/want to do that (i.e. could you add a comment pointing the to a discussion or something)? Stefan