Computing Reviews
Today's Issue Hot Topics Search Browse Recommended My Account Log In
Review Help
Search
Application performance on the direct access file system
Fedorova A., Seltzer M., Magoutis K., Addetia S. ACM SIGSOFT Software Engineering Notes29 (1):84-93,2004.Type:Article
Date Reviewed: May 25 2004

In this paper, the performance of an implementation of the direct access file system (DAFS), a lightweight, high-performance file access protocol, is compared to the performance of NFS-nocopy, an implementation of network file system (NFS) optimized to avoid data copies in the kernel.

The first four sections of the paper describe DAFS and NFS-nocopy. DAFS uses two main techniques: data transfers are performed by the application (the kernel is bypassed), and data are transferred from the network interface card directly to the application buffer (there is no data copying on the data path). DAFS relies on remote direct memory access (DMA) and user-level networking to implement these two techniques. NFS-nocopy avoids data copying using two different techniques: header splitting and page flipping.

The remainder of the paper evaluates and explains the performance of DAFS and NFS-nocopy on latency-sensitive and bandwidth-sensitive workloads. For a random data access workload, DAFS outperforms NFS-nocopy for both latency-sensitive and bandwidth-sensitive applications. However, for a database application, DAFS outperforms NFS-nocopy only if data caching and pre-fetching are used in the DAFS client for latency-sensitive and bandwidth-sensitive applications, respectively. In contrast, NFS implements both caching and pre-fetching in the kernel.

The paper provides a good description of the architectural advantages and limitations of DAFS, as compared to NFS-nocopy. The value of the paper would have increased if the authors had provided guidelines for the code that needs to be incorporated in DAFS clients to support the two performance-boosting techniques: caching and pre-fetching.

Reviewer:  Gabriel Mateescu Review #: CR129661 (0412-1502)
Bookmark and Share
  Featured Reviewer  
 
Distributed File Systems (D.4.3 ... )
 
 
Measurement Techniques (C.4 ... )
 
 
Modeling And Prediction (D.4.8 ... )
 
Would you recommend this review?
yes
no
Other reviews under "Distributed File Systems": Date
Distributed file systems: concepts and examples
Levy E., Silberschatz A. ACM Computing Surveys 22(4): 321-374, 2001. Type: Article
Nov 1 1991
Scale and performance in a distributed file system
Howard J., Kazar M., Menees S., Nichols D., Satyanarayanan M., Sidebotham R., West M. ACM Transactions on Computer Systems 6(1): 51-81, 1988. Type: Article
Jul 1 1988
Recovery management in QuickSilver
Haskin R., Malachi Y., Chan G. ACM Transactions on Computer Systems 6(1): 82-108, 1988. Type: Article
Aug 1 1988
more...

E-Mail This Printer-Friendly
Send Your Comments
Contact Us
Reproduction in whole or in part without permission is prohibited.   Copyright 1999-2024 ThinkLoud®
Terms of Use
| Privacy Policy