From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45300 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: mail expiry has gotten very slow recently Date: Tue, 18 Jun 2002 19:10:27 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1024420319 27976 127.0.0.1 (18 Jun 2002 17:11:59 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 18 Jun 2002 17:11:59 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17KMWM-0007H7-00 for ; Tue, 18 Jun 2002 19:11:58 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17KMVN-0000vl-00; Tue, 18 Jun 2002 12:10:57 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 18 Jun 2002 12:11:16 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id MAA08099 for ; Tue, 18 Jun 2002 12:11:05 -0500 (CDT) Original-Received: (qmail 11150 invoked by alias); 18 Jun 2002 17:10:41 -0000 Original-Received: (qmail 11145 invoked from network); 18 Jun 2002 17:10:40 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 18 Jun 2002 17:10:40 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.4/8.12.4) with ESMTP id g5IHARlf000691; Tue, 18 Jun 2002 19:10:27 +0200 Original-To: Karl Kleinpaste Mail-Copies-To: nobody In-Reply-To: (Karl Kleinpaste's message of "Tue, 18 Jun 2002 12:58:02 -0400") Original-Lines: 32 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.3.50 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45300 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45300 Karl Kleinpaste writes: > I'm trying to understand why recent ("`cvs update' in the last couple > weeks") Oort is having such trouble getting out of mail groups. For > one thing, it appears to be doing the job of expiry twice. Here's a > set of messages that came out of exiting a group with 1 > ready-to-be-expired article: > > No more unread articles (exiting)... > Expiring articles... > Deleting article 17408 in tomb > Expiring articles in tomb > Expiry...done > Expiring articles...done > No more unread newsgroups > Returning to the group buffer > Expiring articles... > Expiring articles in tomb > Expiry...done > Expiring articles...done > > Can anyone discuss what's been done to expiry lately? I'm watching > XEmacs sit for as long as 5 seconds, seeming to do nothing, while > expiry-related messages sit in the minibuf. Expiring is done both in the Agent and in the backend now. The agent expiring isn't really efficient, but I hoped it wouldn't be too noticable. Splitting up gnus-agent-expire into smaller parts and improving its efficiency would be good. OTOH perhaps agent expiring simply shouldn't be performed when normal expiring is performed?