Sciweavers

SOSP
2007
ACM

Sinfonia: a new paradigm for building scalable distributed systems

14 years 1 months ago
Sinfonia: a new paradigm for building scalable distributed systems
We propose a new paradigm for building scalable distributed systems. Our approach does not require dealing with message-passing protocols—a major complication in existing distributed systems. Instead, developers just design and manipulate data structures within our service called Sinfonia. Sinfonia keeps data for applications on a set of memory nodes, each exporting a linear address space. At the core of Sinfonia is a novel minitransaction primitive that enables efficient and consistent access to data, while hiding the complexities that arise from concurrency and failures. Using Sinfonia, we implemented two very different and complex applications in a few months: a cluster file system and a group communication service. Our implementations perform well and scale to hundreds of machines. Categories and Subject Descriptors C.2.4 [Computer-Communication Networks]: Distributed systems—Distributed applications; E.1 [Data Structures]: Distributed data structures General Terms Algorithm...
Marcos Kawazoe Aguilera, Arif Merchant, Mehul A. S
Added 17 Mar 2010
Updated 17 Mar 2010
Type Conference
Year 2007
Where SOSP
Authors Marcos Kawazoe Aguilera, Arif Merchant, Mehul A. Shah, Alistair C. Veitch, Christos T. Karamanolis
Comments (0)