A survey of multitier programming

P Weisenburger, J Wirth, G Salvaneschi - ACM Computing Surveys …, 2020 - dl.acm.org
Multitier programming deals with developing the components that pertain to different tiers in
the system (eg, client and server), mixing them in the same compilation unit. In this …

A foundation for actor computation

GA Agha, IA Mason, SF Smith… - Journal of functional …, 1997 - cambridge.org
We present an actor language which is an extension of a simple functional language, and
provide an operational semantics for this extension. Actor configurations represent open …

Programming dynamically reconfigurable open systems with SALSA

C Varela, G Agha - ACM SIGPLAN Notices, 2001 - dl.acm.org
Applications running on the Internet, or on limited-resource devices, need to be able to
adapt to changes in their execution environment at run-time. Current languages and …

[图书][B] The practical handbook of internet computing

MP Singh - 2004 - taylorfrancis.com
The Practical Handbook of Internet Computing analyzes a broad array of technologies and
concerns related to the Internet, including corporate intranets. Fresh and insightful articles by …

Inheritance and synchronization with enabled-sets

C Tomlinson, V Singh - ACM Sigplan Notices, 1989 - dl.acm.org
We discuss several issues related to the integration of inheritance and concurrency in an
object-oriented language to support fine-grain parallel algorithms. We present a reflective …

43 years of actors: a taxonomy of actor models and their key properties

J De Koster, T Van Cutsem, W De Meuter - Proceedings of the 6th …, 2016 - dl.acm.org
The Actor Model is a message passing concurrency model that was originally proposed by
Hewitt et al. in 1973. It is now 43 years later and since then researchers have explored a …

A survey of concurrent object‐oriented languages

M Philippsen - Concurrency: practice and experience, 2000 - Wiley Online Library
During the last decade object‐oriented programming has grown from marginal influence into
widespread acceptance. During the same period, progress in hardware and networking has …

[图书][B] Programming Distributed Computing Systems: A Foundational Approach

CA Varela - 2013 - books.google.com
An introduction to fundamental theories of concurrent computation and associated
programming languages for developing distributed and mobile computing systems. Starting …

[图书][B] ThAL: An actor system for efficient and scalable concurrent computing

W Kim - 1997 - search.proquest.com
Actors are a model of concurrent objects which unify synchronization and data abstraction
boundaries. Because they hide details of parallel execution and present an abstract view of …

An algebraic theory of actors and its application to a simple object-based language

G Agha, P Thati - From Object-Orientation to Formal Methods: Essays in …, 2004 - Springer
The development of Simula by Ole-Johan Dahl and Kristen Nygaard introduced a number of
important programming language concepts–object which supports modularity in …