CScale-A Programming Model for Scalable and Reliable Distributed Applications
- Jose Faleiro ,
- Sriram Rajamani ,
- Kaushik Rajan ,
- G. Ramalingam ,
- Kapil Vaswani
Chapter Development, Operation and Management of Large-Scale Complex IT Systems., in Series Lecture Notes in Computer Science
Published by Springer Berlin Heidelberg | 2012, Vol 7539 | Series Lecture Notes in Computer Science edition
Today’s connected world demands applications that are responsive, always available, and can service a large number of users. However, the task of writing such applications is daunting, even for experienced developers. We propose CScale, a programming model that attempts to simplify this task. The objective of CScale is to let programmers specify their application’s core logic declaratively without explicitly managing distribution.
CScaleapplications have simple semantics that simplify reasoning about correctness and enable testing and debugging on the single machine. In turn, the CScale runtime manages all aspects of execution of a CScaleapplication on large clusters, including deployment, state management (replication and data partitioning) and fault tolerance. CScale ensures high availability by using distributed wait-free data structures to manage state. CScale does impose some constraints on the kind of operations clients can perform. However, we find that many real-world web applications can be naturally expressed using CScale.