On Sun, 15 Jun 2008 13:39:35 +0200
Kris Kennaway <[EMAIL PROTECTED]> wrote:

> So I was referring to vnode devices.  I guess there was some
> confusion because in your reply you mentioned swap, not vnode.

Sorry, that was my fault.  I meant to ask about about malloc and
swap backed devices, and never spotted that I'd written vnode, or that
vnode had been mentioned.

> Anyway, to be clear: when a filesystem mounted on md is written to it 
> writes through to its' backing store according to the mount policy of 
> the filesystem (e.g. with sync mounts all writes are written through 
> synchronously, etc).  That is why async mounts on top of the md are
> most efficient (as with mounts on top of any device).

But isn't the normal point of async to avoid having the cpu waiting for
the disk with nothing to do. If there's nothing to block on, the cpu can
be consistently utilized without async. I suppose with SMP it might
help spread the work between cpus, but with a single cpu it seems like
it would just end-up doing the same work in a different order.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to