From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71621 Path: news.gmane.org!not-for-mail From: Uday S Reddy Newsgroups: gmane.emacs.gnus.general Subject: Re: New imap Implementation and Keepalive Date: Fri, 24 Sep 2010 02:01:12 +0100 Message-ID: References: <87fwx1npti.fsf@MagnumOpus.khem> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1285330528 31427 80.91.229.12 (24 Sep 2010 12:15:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 24 Sep 2010 12:15:28 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19994@lists.math.uh.edu Fri Sep 24 14:15:24 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oz7BU-0005UI-0c for ding-account@gmane.org; Fri, 24 Sep 2010 14:15:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Oz7B9-0004b2-SB; Fri, 24 Sep 2010 07:15:03 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Oz3yp-0003Yj-DR for ding@lists.math.uh.edu; Fri, 24 Sep 2010 03:50:07 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Oz3ym-0004TX-BB for ding@lists.math.uh.edu; Fri, 24 Sep 2010 03:50:05 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Oz3yl-0005YG-00 for ; Fri, 24 Sep 2010 10:50:03 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Oz3yl-0004Ce-J6 for ding@gnus.org; Fri, 24 Sep 2010 10:50:03 +0200 Original-Received: from cpc10-harb6-0-0-cust112.perr.cable.virginmedia.com ([92.232.137.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Sep 2010 10:50:03 +0200 Original-Received: from u.s.reddy by cpc10-harb6-0-0-cust112.perr.cable.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 24 Sep 2010 10:50:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 23 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cpc10-harb6-0-0-cust112.perr.cable.virginmedia.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.9) Gecko/20100915 Thunderbird/3.1.4 In-Reply-To: <87fwx1npti.fsf@MagnumOpus.khem> X-Spam-Score: -0.4 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71621 Archived-At: On 9/23/2010 3:42 AM, Charles Philip Chan wrote: > > Firstly I want to thank everyone involved for the speedup in the new > imap implementation. However, I am encountering one annoying problem- it > seems like the new implementation does not keep the connection alive > like the old one does. In the old implementation I just need to enter my > imap password once interactively per Gnus session (I wasn't using > auth-sources at that time). With the new implementation my imaps server > (dovecot) drops connection due to inactivity and I need to enter my long > gpg passphrase again if my pass phrase cache have expired. I think it is a bit unkind to keep IMAP sessions alive just for the sake of it. The mail server administrators set their time-out policies to make the best possible use of resources. If everybody forcibly keeps their sessions alive, the mail servers are likely to run out of connections and refuse new connections. If the problem is really that the password cache is expiring, it is far better to block that instead of trying to tax the mail server. My two cents. Cheers, Uday