On Tue, 25 May 2004, Kenny Simpson wrote:

> What is the performance penalty for write access to files in a managed
> directory vs. a fstab entry?
> I have a program that is very sensitive to write latency, and am being
> pressured to use amd or automount to access a NAS instead of my trusty fstab
> entry.

autofs only performes the mounts on demand not much more.

Once the mount is done autofs knows is completely out of the way as far as 
mounted filesystem access is concerned.

> 
> My app uses a transactional log file that resides on a NAS.  I'd prefer to keep
> a simple fstab entry and use O_DIRECT to access the file, but if there is no
> penalty, I would switch.  Does O_DIRECT have meaning for automount or
> amd-managed files?  (isn't amd user-space, so it would need to copy data
> anyway?)

I don't know about the amd design and its overhead, sorry.

Ian

_______________________________________________
autofs mailing list
[EMAIL PROTECTED]
http://linux.kernel.org/mailman/listinfo/autofs

Reply via email to