This is a single archived entry from Stefan Tilkov’s blog. For more up-to-date content, check out my author page at INNOQ, which has more information about me and also contains a list of published talks, podcasts, and articles. Or you can check out the full archive.

A Note on Distributed Computing

Stefan Tilkov,

I needed to dig this classical paper up today, which took some time; so I’m linking to it here for future reference:

We argue that objects that interact in a distributed system need to be dealt with in ways that are intrinsically different from objects that interact in a single address space. These differences are required because distributed systems require that the programmer be aware of latency, have a different model of memory access, and take into account issues of concurrency and partial failure. We look at a number of distributed systems that have attempted to paper over the distinction between local and remote objects, and show that such systems fail to support basic requirements of robustness and reliability. These failures have been masked in the past by the small size of the distributed systems that have been built. In the enterprise-wide distributed systems foreseen in the near future, however, such a masking will be impossible. We conclude by discussing what is required of both systems-level and application-level programmers and designers if one is to take distribution seriously.

Written 10 years ago as a critique of the location transparency illusion of distributed objects, and even more true for SOA.

On November 18, 2004 10:31 PM, Christian Weyer said:

I read this paper just two weeks ago - there is also a lot of … well … “nonsense” in it. But the piece you mention is perfectly good..

On November 19, 2004 7:46 AM, Stefan Tilkov said:

Nonsense? In Waldo’s paper? How dare you! Heretic! :-)

Seriously though, it’s been quite a while since I’ve read it thoroughly (about 5 years ago); I’ll re-read it now, trying to find something I can’t agree with …