On Thu, Mar 30, 2000 at 05:44:53PM -0600, Matthew D. Fuller wrote:
> Does softupdates provide faster performance than async/noatime?

In general it depends.  Softupdates is faster on creating a file and then
deleteing it before both hit the disk.  Softupdates nulifies out the
creation.  Async would write the file to disk just to turn around and
delete it.

For somethings mounting `async' is faster.

-- 
-- David    ([EMAIL PROTECTED])


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to