Gnus development mailing list
 help / color / mirror / Atom feed
From: Kevin Greiner <kgreiner@xpediantsolutions.com>
Subject: Re: Unacceptably slow entry into large nntp group
Date: Sun, 23 May 2004 21:34:23 -0500	[thread overview]
Message-ID: <un03ywo28.fsf@xpediantsolutions.com> (raw)
In-Reply-To: <m33c5r4ait.fsf@home.gmurray.org.uk>

Graham Murray <graham@gmurray.org.uk> writes:

> gnus (latest CVS) has become unacceptably slow entering an nntp group
> (local server) which has a lot (80000) unread messages. Knowing that
> generating the summary for all the unread messages would be slow, I
> selected to only read the latest 100. I have used this technique over
> the last few weeks to catch up with other groups (but I had also
> fallen behind with keeping gnus up-to-date). I do not know how long
> it would have taken to complete as i aborted (C-g) after 1 hour and
> 20mins of the messages "Finding Sort Keys" and "Reordering Buffer"
> alternating and emacs using 95% CPU. 

The problem is that your server sent article numbers that can't be
read into an emacs int (they overflow).  The bad article numbers are
now part of the ".overview" file that the agent maintains for each
group.

To fix, try: 
1) Put point in the group buffer on the group that can not be opened.
2) Do M-x gnus-agent-regenerate-group

If that doesn't fix it, you can also search around for the ".overview"
file then edit it manually.  The article numbers are the first field
in each line.  For the file to be correct, the article numbers should
be unique, small enough to read by emacs {you can use M-: (read
(current-buffer)) to test individual numbers}, and in ascending order.

BTW, the infinite loop between "finding keys" and "reordering" was
reported yesterday.  I should have a fix shortly.

Kevin



      reply	other threads:[~2004-05-24  2:34 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-23 12:02 Graham Murray
2004-05-24  2:34 ` Kevin Greiner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=un03ywo28.fsf@xpediantsolutions.com \
    --to=kgreiner@xpediantsolutions.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).