From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/85737 Path: news.gmane.org!not-for-mail From: Jason L Tibbitts III Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus gets terribly slow when exiting high-traffic groups Date: Wed, 04 Feb 2015 22:06:21 -0600 Message-ID: References: <87k2zx11cq.fsf@building.gnus.org> <87sielyq7g.fsf@building.gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423109217 11420 80.91.229.3 (5 Feb 2015 04:06:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 04:06:57 +0000 (UTC) Cc: ding@gnus.org To: Lars Ingebrigtsen Original-X-From: ding-owner+M33976@lists.math.uh.edu Thu Feb 05 05:06:57 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YJDiO-0008Gm-Ty for ding-account@gmane.org; Thu, 05 Feb 2015 05:06:53 +0100 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 1YJDi5-0007Qv-II; Wed, 04 Feb 2015 22:06:33 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YJDi3-0007Qf-R1 for ding@lists.math.uh.edu; Wed, 04 Feb 2015 22:06:31 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.84) (envelope-from ) id 1YJDi1-0006Bf-5K for ding@lists.math.uh.edu; Wed, 04 Feb 2015 22:06:31 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by quimby.gnus.org with esmtp (Exim 4.80) (envelope-from ) id 1YJDhz-0002Qf-I5; Thu, 05 Feb 2015 05:06:27 +0100 Original-Received: from epithumia.math.uh.edu ([129.7.128.2]) by mx2.math.uh.edu with esmtp (Exim 4.84) (envelope-from ) id 1YJDht-0006Ba-Gw; Wed, 04 Feb 2015 22:06:26 -0600 Original-Received: by epithumia.math.uh.edu (Postfix, from userid 7225) id 77FDD1862; Wed, 4 Feb 2015 22:06:21 -0600 (CST) User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4 (gnu/linux) X-Spam-Score: -2.9 (--) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:85737 Archived-At: >>>>> "LI" == Lars Ingebrigtsen writes: LI> Did the articles in that group really get expired? All of the ones that should have. I have a group I'm using for testing that only takes 20 seconds or so to exit. I renamed it a bit under two days ago and total-expire is set to 2. There are 39 articles in it. LI> Gnus keeps track of messages that have been deleted in the `unexist' LI> list for the group. If you do a `M-g' on the group (after upgrading LI> to the latest git Gnus), and then `G E' to display the group data, LI> does the `unexist' list cover most of the group's messages? Just pulled the last three commits from git and rebuilt. Entered and exited the group a couple of times to make sure that it hadn't magically gotten faster. (It hadn't.) G E shows: ("system-updates-2" 3 ((1 . 139843)) ((unexist (1 . 139804)) (seen (136648 . 139843))) nil ((modseq) (uidvalidity . "1205769859") (active 1 . 139843) (permanent-flags %Answered %Flagged %Draft %Deleted %Seen %*) total-expire (expiry-wait . 2))) Doesn't look particularly problematic to me. - J<