Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleJune 2021
File System Semantics Requirements of HPC Applications
HPDC '21: Proceedings of the 30th International Symposium on High-Performance Parallel and Distributed ComputingPages 19–30https://doi.org/10.1145/3431379.3460637Most widely-deployed parallel file systems (PFSs) implement POSIX semantics, which implies sequential consistency for reads and writes. Strict adherence to POSIX semantics is known to impede performance and thus several new PFSs with relaxed consistency ...
- research-articleOctober 2014
Atlas: leveraging locks for non-volatile memory consistency
OOPSLA '14: Proceedings of the 2014 ACM International Conference on Object Oriented Programming Systems Languages & ApplicationsPages 433–452https://doi.org/10.1145/2660193.2660224Non-volatile main memory, such as memristors or phase change memory, can revolutionize the way programs persist data. In-memory objects can themselves be persistent without the need for a separate persistent data storage format. However, the challenge ...
Also Published in:
ACM SIGPLAN Notices: Volume 49 Issue 10 - ArticleJune 2013
Access Protocols in Data Partitioning Based Cloud Storage
CLOUD '13: Proceedings of the 2013 IEEE Sixth International Conference on Cloud ComputingPages 398–405https://doi.org/10.1109/CLOUD.2013.23Existing share access protocols require the client to retrieve all shares even for read accesses in order to achieve atomic semantics. In cloud storage with widely distributed servers, this implies significant communication latency (from client to the ...
- research-articleApril 2009
Reliable Distributed Storage
A distributed storage service lets clients abstract a single reliable shared storage device using a collection of possibly unreliable computing units. Algorithms that implement this abstraction offer certain tradeoffs and vary according to dimensions ...
- research-articleJanuary 1997
Achieving Strong Consistency in a Distributed File System
IEEE Transactions on Software Engineering (ISOF), Volume 23, Issue 1Pages 35–55https://doi.org/10.1109/32.581328Distributed file systems nowadays need to provide for fault tolerance. This is typically achieved with the replication of files. Existing approaches to the construction of replicated file systems sacrifice strong semantics (i.e., the guarantees the ...