From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/11966 Path: main.gmane.org!not-for-mail From: Lars Balker Rasmussen Newsgroups: gmane.emacs.gnus.general Subject: Re: opening speed for nnml groups Date: 03 Sep 1997 17:01:26 +0200 Message-ID: <0f4t82zbjt.fsf@odin.mjolner.dk> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035151588 1127 80.91.224.250 (20 Oct 2002 22:06:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:06:28 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id JAA12548 for ; Wed, 3 Sep 1997 09:01:25 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id KAA06143 for ; Wed, 3 Sep 1997 10:57:22 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Wed, 3 Sep 1997 17:01:34 +0200 Original-Received: (qmail 4553 invoked by uid 504); 3 Sep 1997 15:01:30 -0000 Original-Received: (qmail 4550 invoked from network); 3 Sep 1997 15:01:29 -0000 Original-Received: from odin.mjolner.dk (130.225.8.219) by claymore.vcinet.com with SMTP; 3 Sep 1997 15:01:29 -0000 Original-Received: (from lbr@localhost) by odin.mjolner.dk (8.7.6/8.7.3) id RAA19109; Wed, 3 Sep 1997 17:01:27 +0200 (MET DST) Original-To: ding@gnus.org In-Reply-To: Steve Folkes's message of "Wed, 03 Sep 1997 14:05:27 +0100" Original-Lines: 27 X-Mailer: Gnus v5.4.65/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:11966 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:11966 Steve Folkes writes: > It may be in the Unix filesystem itself. I had a problem > with our newsfeed a few years ago that put about 10,000 > files in one directory; it took over a week to remove them > all (using "rm -rf"). What Unix would that be? % mkdir test % perl -e 'foreach $a (1..10000) { open FOO, ">test/$a" }' % time rm -rf test 0.60u 11.18s 1:55.40 10.2% % uname -a SunOS heimdal 5.5.1 Generic_103640-08 sun4u sparc > Some of the NNML groups that I use for mailing lists have > become quite large (over 1,000 messages) and have started to > slow down. They are also slow when I use "ls" on the > directory that stores them though. ls is primarily slow because it has to sort the files. But of course, the Unix filesystem gets slower as more files are in a directory, but it's not _that_ bad. -- Lars Balker Rasmussen, Software Engineer, Mjolner Informatics ApS lbr@mjolner.dk