Gnus development mailing list
 help / color / mirror / Atom feed
From: simon@josefsson.org
Subject: Re: want zombie nnimap groups!
Date: 13 Aug 2000 00:08:13 +0200	[thread overview]
Message-ID: <iluem3u9lpu.fsf@barbar.josefsson.org> (raw)
In-Reply-To: <m38zu2gx00.fsf@quimbies.gnus.org>

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> The other backends (that have the same problem as IMAP) return the
> same list with nn*-request-newgroups as with nn*-request-list; that
> is, all the groups, and then Gnus sorts out the newness issue.
> 
> If the number of groups is (potentially) extremely large, this is
> probably not a good idea for nnimap, but is it likely that the number
> of imap mail groups is extremely large?

I think so, yes.  UoW's imap server (I'd guess it's the most widely
deployed server) export home directories.  Issuing a command to list
all files in even a quite small home directory easily kill performance
on a server (and the client too, of course).

...and listing the groups isn't enough -- nnimap enter each of theese
groups to find out total number of articles and number of unread
articles.  Ideally, this shouldn't be done but fixing it would require
changing the backend interface or making Gnus handle bogus data.

(And we haven't started considering cyclic paths, or when the server
ends up listing / recursively, which normally contain cyclic symlinks,
or if the imap server export the usenet hierachy etc, if the server
contain lots of public groups that many Exchange and Cyrus server
does, etc...)




  reply	other threads:[~2000-08-12 22:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-04-28 16:43 Kai Großjohann
2000-05-03 17:05 ` Simon Josefsson
2000-05-04 15:19   ` Kai Großjohann
2000-08-12 18:22   ` Lars Magne Ingebrigtsen
2000-08-12 22:08     ` simon [this message]
2000-08-13 16:14       ` Kai Großjohann

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=iluem3u9lpu.fsf@barbar.josefsson.org \
    --to=simon@josefsson.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).