J
Jon Kirwan
Guest
On 13 Jul 2013 23:29:37 GMT, Jasen Betts <jasen@xnet.co.nz>
wrote:
http://www.forteinc.com/agent/faq.php#D8212751186A878A852571C800049E02
where it discusses my reader (Agent.) Apparently, by default,
it does not use XHDR... but it can.
aware.
short.
basis. sci.electronics.basics, sci.electronics.design, and
comp.arch.embedded. That's it.
have quite a long ride with 1000 gig of metered newsgroups.
Even if it were a gig a year for the 3 groups, and if I
didn't allow myself to die until it expired, I'd be the new
Methuselah.
Even adding a binary group, if I don't download things I
don't want, should work okay.
Best way to find out is to buy the tiniest package they offer
and see how long it lasts. That will be the benchmark, then.
Assuming I live long enough to see even that expire....
Jon
wrote:
Interesting. So I went to this site:On 2013-07-13, Jon Kirwan <jonk@infinitefactors.org> wrote:
how much of the messages you ignore (or killfile) get downloaded
depends to a large part on the capabilities of your reader and
the server.
I only download headers via NNTP and then, selectively,
download bodies when I care to read them.
yeah, but does your software use XHDR or HEAD? The former pulls a single
header from several messages whereas the latter pulls all headers from
a single message.
http://www.forteinc.com/agent/faq.php#D8212751186A878A852571C800049E02
where it discusses my reader (Agent.) Apparently, by default,
it does not use XHDR... but it can.
I'm still learning about this. And thanks for making me moreIf your killfiles only use four headers, 4 XHDR requests will be more
much more efficient than 100 HEAD requests,
aware.
I can easily believe that. Lots of message bodies are veryAlso headers are often larger than message bodies.
short.
Okay. Believable, too. I only examine 3 newsgroups on a dailysci.electronics.design is about 200 megbytes per year of message
content (including headers) (I have local retention back to January so
I doubled it) 40000 messages each year and perhaps 200 bytes of NNTP
overhead on each, for another 8 megabytes, and on top of that TCP
overhead, so maybe 220 megabytes per year for S.E.D
Probably lots less than that, then, since most of what I get
from SED remains headers-only.
Hmm... I can count that.
jasen@gonzo:/var/spool/news/sci/electronics/design$ find -type f -ctime -183 -exec 'sed' '/^$/,$ d' {} ';' | wc
457382 1757014 29908634
Hbout 30 megabytes of headers in the last 183 days.
basis. sci.electronics.basics, sci.electronics.design, and
comp.arch.embedded. That's it.
Thanks for the results. It makes it pretty clear that I wouldtotal message size:
find -type f -ctime -183 -exec cat {} ';' | wc
1567860 8477618 70408901
Hmm, 70 megs, looks like I over-estimated total volume
So 40 megs message body, So the header:body ratio is
approximately 3:4
How much is quoted content?
find -type f -ctime -183 -exec cat {} ';' | sed '/^ *>/ p;d' | wc
643846 4338102 24717942
Almost 25 megs, well over half. (ignoring the quotes by those who use
non-standard quoting styles, mainly Phil A. and one of the political
activists whose handle I don't recall)
so, headers are more almost twice the volume of the new content.
have quite a long ride with 1000 gig of metered newsgroups.
Even if it were a gig a year for the 3 groups, and if I
didn't allow myself to die until it expired, I'd be the new
Methuselah.
Even adding a binary group, if I don't download things I
don't want, should work okay.
Best way to find out is to buy the tiniest package they offer
and see how long it lasts. That will be the benchmark, then.
Assuming I live long enough to see even that expire....
Jon