Sciweavers

SAC
2008
ACM

Data sharing vs. message passing: synergy or incompatibility?: an implementation-driven case study

13 years 3 months ago
Data sharing vs. message passing: synergy or incompatibility?: an implementation-driven case study
One reasonable categorization of coordination models is into data sharing or message passing, based on whether the information necessary to coordination is persistently stored and shared, or instead is only transiently available during communication. Generally speaking, approaches based on data sharing are more expressive and provide full decoupling in space and time. The alternative approach requires the simultaneous presence of the coordinated parties, but is typically more scalable. Prominent examples are, respectively, tuple spaces and publish-subscribe. An open research question is whether it is possible to exploit in synergy the best of these two approaches, e.g. by implementing the more complex data sharing coordination on top of the more lightweight message passing one. In this paper, we seek an answer to this question in a pragmatic way: we analyze an implementation of the LIME tuple space middleware on top of REDS, an open source publish-subscribe system. Our implementation-...
Matteo Ceriotti, Amy L. Murphy, Gian Pietro Picco
Added 28 Jan 2011
Updated 28 Jan 2011
Type Journal
Year 2008
Where SAC
Authors Matteo Ceriotti, Amy L. Murphy, Gian Pietro Picco
Comments (0)