From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37071 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: nndir fetching with nnml, very lengthy Date: Tue, 24 Jul 2001 10:53:02 -0700 Sender: zsh@piglet.jia.vnet Message-ID: <2n3d7m6wox.fsf@piglet.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172551 11939 80.91.224.250 (21 Oct 2002 03:55:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:55:51 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 18532 invoked from network); 24 Jul 2001 17:55:45 -0000 Original-Received: from unknown (HELO zsh.2y.net) (131.241.79.246) by gnus.org with SMTP; 24 Jul 2001 17:55:45 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.2/8.11.2) id f6OHr2d04437; Tue, 24 Jul 2001 10:53:02 -0700 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 27 Xref: main.gmane.org gmane.emacs.gnus.general:37071 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37071 Harry Putnam writes: > Setup is semi-recent (app 2wk) cvs gnus > emacs-21.0.103.1 > > I sometimes copy a bunch of news posts to a directory and tap it with > nndoc. `G d' Recently I've noticed something I hadn't before. > > Create the group with `G d' The press on it > > A message appears in the echo area: > nnml: Receiving headers.. [%percentage here] > > It seems to take an inordinate long time. Something like a full > minute or a little more to claw through 93 messages. > > I do have some extra header stuff, but that seems really slow for so > few messages. Is the article numbers in the directory sparse? I've fixed the problem a little. Hope it works for your case. > Also what role does nnml play in fetching for nndoc? It is because nnml is a parent backend of nndir (not nndoc). ShengHuo