Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.advocacy > #463138
| Subject | Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? |
|---|---|
| Newsgroups | comp.os.linux.advocacy |
| References | (1 earlier) <202586b1-bd26-4d4a-86e7-c65da9b5b54a@googlegroups.com> <yzLbD.29031$QC.13641@fx27.iad> <9z0cvb03ga.iu@rooftop.invalid> <r8NcD.70924$jB1.6606@fx42.iad> <zb8903ga.bhy@rooftop.invalid> |
| From | DFS <nospam@nospam.com> |
| Message-ID | <gpXcD.44582$Xt.16004@fx16.iad> (permalink) |
| Organization | blocknews - www.blocknews.net |
| Date | 2018-08-15 11:13 -0400 |
On 8/15/2018 9:53 AM, owl wrote:
> DFS <nospam@nospam.com> wrote:
>> On 8/12/2018 10:48 AM, owl wrote:
>>> DFS <nospam@nospam.com> wrote:
>>>>
>>>> I'll have to ask Sandman or owl where the article number is stored in a
>>>> suck pull. It might be the first line of the headers.
>>>>
>>>
>>> I haven't used suck, but a server's article number for a group
>>> should be in the Xref header.
>>
>>
>> Looks like blocknews doesn't send that header, but eternal-sep does.
>>
>> In the groups I checked blocknews retains back to mid-2003, but
>> eternal-sep only goes back to 2010.
>
> Why do you need the article numbers?
nntplib.xhdr(header,range of articles)
Plus it's useful for sorting and seeing the order the post was received
by the server.
Plus it's easier to filter/search on article number than on Message-ID.
So it's part of my system:
CREATE UNIQUE INDEX [UIDX_SERVER-GROUP-ARTICLE] ON POST (
SERVERID,
GROUPID,
ARTICLEID
);
If I had known about suck or suckmt beforehand I probably wouldn't have
ever used python's nntplib. But now I have a bunch of code built around it.
Back to comp.os.linux.advocacy | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? DFS <nospam@nospam.com> - 2018-08-11 10:12 -0400
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? owl <owl@rooftop.invalid> - 2018-08-11 17:03 +0000
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <frelwizzen@gmail.com> - 2018-08-11 10:47 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? "F. Russell" <fr@random.info> - 2018-08-11 17:16 +0000
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? "F. Russell" <fr@random.info> - 2018-08-11 17:21 +0000
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <fretwizzer@gmail.com> - 2018-08-11 10:22 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <frelwizzen@gmail.com> - 2018-08-11 10:32 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <frelwizzen@gmail.com> - 2018-08-11 12:51 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <frelwizzen@gmail.com> - 2018-08-11 13:07 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? DFS <nospam@nospam.com> - 2018-08-11 20:56 -0400
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <frelwizzen@gmail.com> - 2018-08-11 18:19 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? owl <owl@rooftop.invalid> - 2018-08-12 14:48 +0000
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? DFS <nospam@nospam.com> - 2018-08-14 23:33 -0400
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <frelwizzen@gmail.com> - 2018-08-14 21:16 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? owl <owl@rooftop.invalid> - 2018-08-15 13:53 +0000
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? DFS <nospam@nospam.com> - 2018-08-15 11:13 -0400
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <frelwizzen@gmail.com> - 2018-08-15 08:25 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? owl <owl@rooftop.invalid> - 2018-08-15 15:54 +0000
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? DFS <nospam@nospam.com> - 2018-08-15 12:21 -0400
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? owl <owl@rooftop.invalid> - 2018-08-15 16:51 +0000
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <frelwizzen@gmail.com> - 2018-08-15 10:14 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <frelwizzen@gmail.com> - 2018-08-20 01:09 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <frelwizzen@gmail.com> - 2018-08-15 09:43 -0700
I keep a list of the 9 most recent recent MessageIDs. Jeff-Relf.Me @. - 2018-08-15 10:06 -0700
Re: I keep a list of the 9 most recent recent MessageIDs. "Colonel Edmund J. Burke" <burkesbabes@bigass-babes.com> - 2018-08-16 09:05 -0700
Re: I keep a list of the 9 most recent recent MessageIDs. Neodome Admin <admin@neodome.net> - 2018-08-20 00:33 +0000
Removing the "Path:" line makes a post fully anonymous. Jeff-Relf.Me @. - 2018-08-19 22:56 -0700
Re: Removing the "Path:" line makes a post fully anonymous. Steve Carroll <frelwizzen@gmail.com> - 2018-08-19 23:20 -0700
Re: Removing the "Path:" line makes a post fully anonymous. "Sir Gregory Hall, Esq." <greghall@yacht_maester.fake> - 2018-08-23 12:22 -0400
Re: Removing the "Path:" line makes a post fully anonymous. Huge <Huge@nowhere.much.invalid> - 2018-08-23 19:15 +0000
Re: Removing the "Path:" line makes a post fully anonymous. Neodome Admin <admin@neodome.net> - 2018-08-29 00:04 +0000
Re: Removing the "Path" means you won't be getting to Jesus "Colonel Edmund J. Burke" <burkesbabes@bigass-babes.com> - 2018-08-31 06:17 -0700
Re: Removing the "Path:" line makes a post fully anonymous. "Sir Gregory Hall, Esq." <greghall@yacht_maester.fake> - 2018-09-01 13:49 -0400
Removing the "Path:" line makes a post fully anonymous. Jeff-Relf.Me @. - 2018-09-01 11:10 -0700
Re: Removing the "Path:" line makes a post fully anonymous. invalid@invalid.invalid (Ï) - 2018-09-01 20:02 +0100
Re: Removing the "Path:" line makes a post fully anonymous. Steve Carroll <frelwizzen@gmail.com> - 2018-09-02 03:39 -0700
Re: Removing the "Path:" line makes a post fully anonymous. Neodome Admin <admin@neodome.net> - 2018-09-02 11:18 +0000
Re: Removing the "Path:" line makes a post fully anonymous. Steve Carroll <frelwizzen@gmail.com> - 2018-09-02 04:43 -0700
Re: Removing the "Path:" line makes a post fully anonymous. Steve Carroll <frelwizzen@gmail.com> - 2018-09-03 17:37 -0700
Re: Removing the "Path:" line makes a post fully anonymous. "Sir Gregory Hall, Esq." <greghall@yacht_maester.fake> - 2018-09-03 08:51 -0400
Re: Removing the "Path:" line makes a post fully anonymous. Steve Carroll <frelwizzen@gmail.com> - 2018-09-03 06:28 -0700
Re: Removing the "Path:" line makes a post fully anonymous. "Sir Gregory Hall, Esq." <greghall@yacht_maester.fake> - 2018-09-03 12:44 -0400
Re: I keep a list of the 9 most recent recent MessageIDs. Steve Carroll <frelwizzen@gmail.com> - 2018-08-20 00:53 -0700
Re: I keep a list of the 9 most recent recent MessageIDs. Huge <Huge@nowhere.much.invalid> - 2018-08-20 08:28 +0000
Re: I keep a list of the 9 most recent recent MessageIDs. "Colonel Edmund J. Burke" <burkesbabes@bigass-babes.com> - 2018-08-20 09:10 -0700
Re: I keep a list of the 9 most recent recent MessageIDs. Steve Carroll <frelwizzen@gmail.com> - 2018-08-20 09:45 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <fretwizzer@gmail.com> - 2018-08-12 10:01 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <fretwizzer@gmail.com> - 2018-08-12 10:06 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Steve Carroll <frelwizzen@gmail.com> - 2018-08-15 04:03 -0700
Re: Lots of files is bringing Windows File Explorer to its knees. How does Linux compare? Melzzzzz <Melzzzzz@zzzzz.com> - 2018-08-11 18:46 +0000
Merge the files, one file per month. Jeff-Relf.Me @. - 2018-08-11 13:32 -0700
csiph-web