From mboxrd@z Thu Jan 1 00:00:00 1970 Received: by 10.213.7.146 with SMTP id d18cs163457ebd; Thu, 14 Jan 2010 06:27:36 -0800 (PST) Received: by 10.224.43.160 with SMTP id w32mr637618qae.277.1263479255722; Thu, 14 Jan 2010 06:27:35 -0800 (PST) Return-Path: Received: from rubyforge.org (rubyforge.org [205.234.109.19]) by mx.google.com with ESMTP id 26si1965030qwa.20.2010.01.14.06.27.35; Thu, 14 Jan 2010 06:27:35 -0800 (PST) Received-SPF: pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) client-ip=205.234.109.19; Authentication-Results: mx.google.com; spf=pass (google.com: domain of sup-devel-bounces@rubyforge.org designates 205.234.109.19 as permitted sender) smtp.mail=sup-devel-bounces@rubyforge.org; dkim=neutral (body hash did not verify) header.i=@gmail.com Received: from rubyforge.org (rubyforge.org [127.0.0.1]) by rubyforge.org (Postfix) with ESMTP id EEA4D1D788A7; Thu, 14 Jan 2010 09:27:34 -0500 (EST) X-Greylist: delayed 346 seconds by postgrey-1.31 at rubyforge.org; Thu, 14 Jan 2010 09:27:33 EST Received: from mail-qy0-f203.google.com (mail-qy0-f203.google.com [209.85.221.203]) by rubyforge.org (Postfix) with ESMTP id 4CE6918582AC for ; Thu, 14 Jan 2010 09:27:32 -0500 (EST) Received: by qyk41 with SMTP id 41so14005245qyk.29 for ; Thu, 14 Jan 2010 06:27:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:content-type:subject:from:to :in-reply-to:references:date:message-id:user-agent :content-transfer-encoding; bh=srX1E2fMOhjiOhsvSBJd9PGlzx/gCViBNTlD9GqEWBk=; b=UphusjHFibdkXph/baVHIpnY7ylapbimCcaPgskqjasAFKM7HG5VlQnJxXSqRcg+Fe ENJH/bzkWYN4Vo+Zs1j6uVo/L0qe4F9Y0KRTo4iCcc8c0o+zRRC2CCQm67adinwZbpDn tokH7D/WZcYWhUIXXq3gKtVhn6RB0WSmMmag0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=content-type:subject:from:to:in-reply-to:references:date:message-id :user-agent:content-transfer-encoding; b=bWY1oK2YwVDlwslcOlyOlLJdOdsxaJ9V3B+3e+dAE6YpRqvPUAzoKxg1ckmhj+3GYQ cXSjyrnZxY/hCSB71wxhwdXrElCKruzDh2XKc7SbmtJAagfKB6TTOatkpjHk2jDz6ZUN LLOX//NI+iyoRxsZ3INN84hAvOg+lpm0cB70I= Received: by 10.229.112.139 with SMTP id w11mr546740qcp.8.1263478907304; Thu, 14 Jan 2010 06:21:47 -0800 (PST) Received: from localhost (c-76-98-110-216.hsd1.nj.comcast.net [76.98.110.216]) by mx.google.com with ESMTPS id 5sm246031yxg.64.2010.01.14.06.21.46 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 14 Jan 2010 06:21:46 -0800 (PST) From: Eric Sherman To: sup-devel In-reply-to: <1263478428-sup-8860@masanjin.net> References: <1262607214-sup-4535@changeling.local> <1263307713-sup-7005@changeling.local> <1263308149-sup-5426@changeling.local> <1263478428-sup-8860@masanjin.net> Date: Thu, 14 Jan 2010 09:21:45 -0500 Message-Id: <1263478890-sup-9356@changeling.local> User-Agent: Sup/git Subject: Re: [sup-devel] [PATCHv3] [issue14] poll updates accumulate while idle X-BeenThere: sup-devel@rubyforge.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: Sup developer discussion List-Id: Sup developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: sup-devel-bounces@rubyforge.org Errors-To: sup-devel-bounces@rubyforge.org Excerpts from William Morgan's message of Thu Jan 14 09:15:57 -0500 2010: > Reformatted excerpts from Eric Sherman's message of 2010-01-12: > > If you were to leave sup running for a long time, this patch would > > enable you to get a glance summary of new mail activity since sup was > > last touched, by letting the poll update message accumulate its totals > > while idle. > > I like this. My only request is that idle_threshold be a hard-coded > constant in buffer.rb, since I'm trying to avoid config-bloat. Ok. I've since separated the idleness out into its own patch submitted yesterday. Is 60 seconds a sensible threshold? _______________________________________________ Sup-devel mailing list Sup-devel@rubyforge.org http://rubyforge.org/mailman/listinfo/sup-devel