Sujet : Re: Efficiency of requesting by message-id vs group+number
De : jon+usenet (at) *nospam* unequivocal.eu (Jon Ribbens)
Groupes : news.software.nntpDate : 22. Aug 2024, 08:49:43
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <slrnvcdrcn.55b.jon+usenet@raven.unequivocal.eu>
References : 1
User-Agent : slrn/1.0.3 (Linux)
On 2024-08-22, Colin Macleod <
user7@cmacleod.me.uk.invalid> wrote:
Hi, I'm looking for some guidance on the efficiency of requesting individual
articles by message-id compared to group and article number. For a server
such as INN, does finding an article from its message-id impose extra load?
>
I'm operating a web/usenet gateway at https://cmacleod.me.uk/ng/ .
When I display a thread I need to get all the articles in it. I'm
wondering about
spreading the load of this across multiple nntp servers. However they would
have different article numbering, so I would need to request each article
by its message-id. Is this practical, or would it impose an unreasonable
load on the servers?
It is reasonable to fetch articles by Message-ID.
NNTP's "NEWNEWS" command is designed to work that way.