From owner-freebsd-questions Sat Jan 6 4: 9: 9 2001 From owner-freebsd-questions@FreeBSD.ORG Sat Jan 6 04:09:07 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from rucus.ru.ac.za (rucus.ru.ac.za [146.231.29.2]) by hub.freebsd.org (Postfix) with SMTP id 4F4A137B400 for ; Sat, 6 Jan 2001 04:09:04 -0800 (PST) Received: (qmail 24775 invoked by uid 1003); 6 Jan 2001 12:09:01 -0000 Date: Sat, 6 Jan 2001 14:09:01 +0200 From: Neil Blakey-Milner To: marchart@schotten.at Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 4.2 vs LINUX (qmail) Message-ID: <20010106140901.A9400@mithrandr.moria.org> References: <004d01c077cd$f280c420$1a37743e@it4you.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <004d01c077cd$f280c420$1a37743e@it4you.at>; from marchart@schotten.at on Sat, Jan 06, 2001 at 11:46:38AM +0100 X-Operating-System: FreeBSD 4.1-STABLE i386 X-URL: http://mithrandr.moria.org/nbm/ Sender: nbm@rucus.ru.ac.za Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat 2001-01-06 (11:46), marchart@schotten.at wrote: > Delivery of 200 local emails: > > FreeBSD 4.2: 300 Sec > FreeBSD 4.0: 70 Sec > SuSE Linux : 6 Sec Are you using ext2fs, or reiserfs? If ext2fs, remember that ext2fs does asynchronous metadata writes, and thus it favours speed over reliability. You can either turn off the asynchronous metadata writes, or use the directory sync patch for qmail. If you're using reiserfs, if you're delivering to the same maildir, it might have an advantage due to the non-linear hashed directory lookups. If you aren't already using softupdates for FreeBSD, you should be. However, your times seem improbable for a general FreeBSD problem, as I get much better than 200 deliveries in 5 minutes on FreeBSD 4.2, without softupdates. Are you using the same delivery method for both systems? Do you have the same concurrencylocal settings on both? Do the systems have similar resources (limits, physical hardware, &c.)? How did you inject the messages? Were they preinjected, and then the queue ran, or was it with a live queue (qmail-send)? Neil -- Neil Blakey-Milner nbm@mithrandr.moria.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message