Gnus development mailing list
 help / color / mirror / Atom feed
From: Andreas Fuchs <asf@void.at>
Subject: Re: Question about article identification and backends.
Date: Sat, 17 May 2003 21:29:43 +0000 (UTC)	[thread overview]
Message-ID: <87vfw9gszz.fsf@eris.void.at> (raw)
In-Reply-To: <8765o9cpoj.fsf@raven.i.defaultvalue.org>

Today, Rob Browning <rlb@defaultvalue.org> wrote:
> I had been thinking about this for a while, but this paper (posted by
> Andreas) talks about something similar.  Although it uses
> hash/timestamp for the unique ids (I think you'd also want to include
> the headers in the hash, at least for the UID), for most purposes, I
> suspect even just a simple monotonically increasing integer serial
> number would be sufficient.

I fear not - concurrency issues would make the whole thing fall apart.

Message A arrives at host x; gets next free number, 23.
Message B arrives at host y; gets next free number, 23.
You rsync messages from x -> y; Disaster.

The basic idea behind this is that you don't need to assign
pseudo-unique identities to messages because they are unique by
themselves (more or less, but MD5 should give a pretty good
approximation of unique for the purpose of mail storage).

The only problem I see with this approach is that you don't get a clean
number<->article-id mapping; nnmaildir's solution to this problem might
also apply for integrating the RMS into gnus.

Any takers? (-;
-- 
Andreas Fuchs, <asf@acm.org>, asf@jabber.at, antifuchs
irc.freenode.net's #emacs - online emacs advice from IRC addicts




  reply	other threads:[~2003-05-17 21:29 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-05-17 19:56 Rob Browning
2003-05-17 21:29 ` Andreas Fuchs [this message]
2003-05-18  2:57   ` Rob Browning
2003-05-18  3:19   ` Rob Browning
2003-05-18  9:52     ` Kai Großjohann
2003-05-18 18:38       ` Rob Browning
2003-05-18 18:50         ` Rob Browning
2003-05-19 13:02           ` Kai Großjohann
2003-05-19 13:02         ` Kai Großjohann
2003-05-19 16:57         ` Paul Jarc
2003-05-19 16:47       ` Paul Jarc
2003-05-19 20:49         ` Kai Großjohann
2003-05-19 20:57           ` Paul Jarc
2003-05-20 10:56             ` Kai Großjohann
2003-05-20 17:33           ` Rob Browning
2003-05-22  7:04             ` 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=87vfw9gszz.fsf@eris.void.at \
    --to=asf@void.at \
    /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).