Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Magne Ingebrigtsen <larsi@gnus.org>
Subject: Re: nnchoke-retrieve-groups and nnchoke-request-group
Date: 17 May 1997 06:11:01 +0200	[thread overview]
Message-ID: <m2ohaa7n6y.fsf@proletcult.slip.ifi.uio.no> (raw)
In-Reply-To: Greg Stark's message of 16 May 1997 18:29:02 -0400

Greg Stark <gsstark@mit.edu> writes:

> In rewriting and using my backend i've realized that gnus sometimes
> uses *-retrieve-groups to activate a bunch of groups and sometimes
> repeatedly calls *-request-group.

It will use the former if you use the `some' setting of
`gnus-read-active-file' and the latter if you use the nil setting.
The `some' setting will, as you've seen, never be slower than the nil
setting. 

> On a similar note, if i set gnus-read-active-file to 'some Gnus is
> smart enough to only ask for some groups, but it seems to still ask
> for more than it really needs to. It seems to ask for anything that
> isn't a zombie or killed group, even though i have
> gnus-activate-level and gnus-activate-foreign-newsgroups set much
> lower so it's asking for active file information about group
> information it isn't even planning on using.

That's true.  Those variables aren't consulted at all when deciding
what groups to ask for active info on.  We need read active info on
all living groups, though, to have functions like the "bogus group
checking" work reliably.

> I think these problems are actually related. It doesn't really make
> sense to have a gnus-read-active-file variable, there should maybe
> be a nntp-read-active-file which helps decide which NNTP query to
> use to complete the retrieve-groups request, but there's no reason
> for a user to change how the interface between Gnus and the backends
> go about they're business. Well i suppose the distinction between
> 'some and t is useful, but i don't think the distinction between nil
> and 'some should be made by Gnus; i think that should be decided by
> an nntp variable.

This is decided by nntp -- if `some' is used.  nil isn't a useful
value, really.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen


  reply	other threads:[~1997-05-17  4:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-05-16 22:29 Greg Stark
1997-05-17  4:11 ` Lars Magne Ingebrigtsen [this message]
1997-05-17  7:45   ` Greg Stark
1997-05-19  0:21     ` Lars Magne Ingebrigtsen
1997-05-21 21:29       ` Greg Stark
1997-05-22  1:02         ` Justin Sheehy
1997-05-24  3:59         ` Lars Magne Ingebrigtsen
1997-05-24  5:05           ` Aaron M. Ucko
1997-05-24  9:58             ` Hrvoje Niksic
1997-05-24 17:21           ` Kai Grossjohann
1997-05-25 12:42             ` Lars Magne Ingebrigtsen
1997-05-27  2:16               ` François Pinard
1997-05-27  9:55                 ` Lars Magne Ingebrigtsen
1997-05-25  8:28       ` anonymous
1997-05-25 22:17       ` anonymous
1997-05-17  8:25   ` Greg Stark
1997-05-19  0:22     ` Lars Magne Ingebrigtsen
1997-05-26  5:41 David Hedbor

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=m2ohaa7n6y.fsf@proletcult.slip.ifi.uio.no \
    --to=larsi@gnus.org \
    /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).