From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/3984 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus5, procmail, and reading mail lists. Date: Wed, 15 Nov 1995 17:13:20 +0100 Message-ID: <199511151613.RAA20749@ssv4.dina.kvl.dk> References: <199511151432.PAA20711@ssv4.dina.kvl.dk> <9511151550.AA16839@dusty.informatik.uni-dortmund.de> NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035144795 28163 80.91.224.250 (20 Oct 2002 20:13:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 20:13:15 +0000 (UTC) Cc: ding@ifi.uio.no, Michael.Huehne@Germany.EU.net Return-Path: ding-request@ifi.uio.no Original-Received: from ifi.uio.no (ifi.uio.no [129.240.64.2]) by miranova.com (8.6.11/8.6.9) with ESMTP id KAA22348 for ; Wed, 15 Nov 1995 10:34:04 -0800 Original-Received: from elc1.dina.kvl.dk (elc1.dina.kvl.dk [130.225.40.228]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Wed, 15 Nov 1995 17:14:06 +0100 Original-Received: from ssv4.dina.kvl.dk (ssv4.dina.kvl.dk [130.225.40.223]) by elc1.dina.kvl.dk (8.6.12/8.6.4) with ESMTP id RAA06708; Wed, 15 Nov 1995 17:11:56 +0100 Original-Received: (abraham@localhost) by ssv4.dina.kvl.dk (8.6.12/8.6.4) id RAA20749; Wed, 15 Nov 1995 17:13:20 +0100 Original-To: Kai Grossjohann In-reply-to: Kai Grossjohann's message of Wed, 15 Nov 95 16:50:39 +0100 Xref: main.gmane.org gmane.emacs.gnus.general:3984 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:3984 >>>>> "KG" == Kai Grossjohann writes: KG> it seems that moving the nnmail-spool-directory and the nnml-directory KG> to a local disk (or CacheFS?) would make a lot of sense to speed up KG> splitting. I couldn't find `nnmail-spool-directory'. I don't know the time properties of CacheFS, so I can't comment on that. KG> Does it make sense to move the spool directory only? Assuming you mean `nnmail-spool-file', no. Reading from NFS is quite fast unless the server or net is overloaded, it is writing that is slow, especially creating a lot of small files (which is what nnml does). KG> Does it make sense to move the nnml directory only? Yes. KG> Also, is the speed of entering an nnml group affected by the same KG> effect? No. Gnus entirely to blame for that delay, except in pathological cases.