[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [leafnode-list] Takes hours to dl headers!



Eduard Heimann schrieb am 2003-10-20:

> try to find out the bottleneck
> a) CPU over-load? (vmstat 5)

OK

> b) Storage arena fast enough? (find /var/spool/news -print|cpio -ov 
> >/dev/null)

fetchnews _writes_ to the file system, which your cpio does not do.

It might be more useful to mkdir /var/spool/news/tmp ; cp -R /etc
/var/spool/news/tmp ; rm -rf /var/spool/news/tmp

> What about DNS-queries? Is named, or whatever use use, configured as a 
> cache and is it working right?

leafnode uses the regular libc resolver functions (gethostbyname and
getaddrinfo), these don't take an hour to time out usually.

-- 
leafnode-list@xxxxxxxxxxxxxxxxxxxxxxxxxxxx -- mailing list for leafnode
To unsubscribe, send mail with "unsubscribe" in the subject to the list