INVESTIGADORES
MELGRATTI Hernan Claudio
artículos
Título:
On the behaviour of general-purpose applications on cloud storages
Autor/es:
BOCCHI, LAURA; HERNÁN MELGRATTI
Revista:
Service Oriented Computing and Applications
Editorial:
Elsevier
Referencias:
Año: 2014
ISSN:
1863-2394
Resumen:
Managing data over cloud infrastructures raises novel challenges with respect to existing and well studied approaches such as ACID and long running transactions. One of the main requirements is to provide availability and partition tolerance in a scenario with replicas and distributed control. This comes at the price of a weaker consistency, usually called eventual consistency. These weak memory models have proved to be suitable in a number of scenarios, such as the analysis of large data with map-reduce. How- ever, due to the widespread availability of cloud infrastruc- tures, weak storages are used not only by specialised appli- cations but also by general purpose applications. We provide a formal approach, based on process calculi, to reason about the behaviour of programs that rely on cloud stores. For in- stance, it allows to check that the composition of a process with a cloud store ensures ?strong? properties through a wise usage of asynchronous message-passing; in this case we say that the process supports the consistency level provided by the cloud store. The proposed approach is compositional: the support of a consistency level is preserved by parallel com- position when the preorder used to compare process-store ensembles is the weak simulation.