From owner-freebsd-current Thu May 14 00:11:16 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA23821 for freebsd-current-outgoing; Thu, 14 May 1998 00:11:16 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA23805 for ; Thu, 14 May 1998 00:11:14 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id AAA20229; Thu, 14 May 1998 00:07:07 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd020227; Thu May 14 07:07:02 1998 Date: Thu, 14 May 1998 00:06:59 -0700 (PDT) From: Julian Elischer To: Mikhail Teterin cc: current@FreeBSD.ORG Subject: Re: soft updates and async In-Reply-To: <199805140430.AAA05562@rtfm.ziplink.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG you may run a filesystem in async if you turn off soft updates soft updates is faster however in many real-world applications as async still queues SOME operations, and soft updates can detect when an unlink makes a write to disk that was scheduled un-needed, where async will still go through with it.. (think of temporary work files) personally I'd just run with softupdates.. certainly it is faster for /tmp to do so. try some comparisons. I'd be interested to see the results. julian On Thu, 14 May 1998, Mikhail Teterin wrote: > > Ok, it turns out you need the filesystem mount sync to use softupdates. > > My understanding was: softupdates are faster then sync and safer > then sync. Is not async still faster, even at the expense of safety? > > Will I be able to combine async and softupdates in the future and why > would I want to? > > Thanks a lot! > > -mi > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-current" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message