Proceedings of the 5th International Workshop on Programming Based on Actors, Agents, and Decentralized Control 2015
DOI: 10.1145/2824815.2824816
|View full text |Cite
|
Sign up to set email alerts
|

Deny capabilities for safe, fast actors

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
95
0
1

Year Published

2016
2016
2024
2024

Publication Types

Select...
5
5

Relationship

2
8

Authors

Journals

citations
Cited by 74 publications
(97 citation statements)
references
References 21 publications
0
95
0
1
Order By: Relevance
“…The Encore runtime stack (Fig. 9) is built around the runtime used by the Pony language (PonyRT) [31], which includes an actor library and garbage collection for both active objects (actors) [30] and passive objects [29]. The Encore runtime (EncoreRT) extends the PonyRT with new features such as futures, the ParT abstraction, a task library, and the notion of encore threads (explained below).…”
Section: Encorementioning
confidence: 99%
“…The Encore runtime stack (Fig. 9) is built around the runtime used by the Pony language (PonyRT) [31], which includes an actor library and garbage collection for both active objects (actors) [30] and passive objects [29]. The Encore runtime (EncoreRT) extends the PonyRT with new features such as futures, the ParT abstraction, a task library, and the notion of encore threads (explained below).…”
Section: Encorementioning
confidence: 99%
“…Figure 3 We now describe how Pony's type system Ð capabilities are attached to types Ð [Clebsch et al 2015;Steed 2016] uses capabilities to constrain behaviours. We distinguish between sendable and non-sendable capabilities.…”
Section: :5mentioning
confidence: 99%
“…Existing techniques for achieving actor isolation are often based on restricting aliasing, for example copying all data passed between actors [2], or relying on linear types to transfer ownership of data [3,5,6,10]. Bestowed objects offer an alternative technique which relaxes actor isolation and allows sharing of data without sacrificing sequential reasoning.…”
Section: Related Workmentioning
confidence: 99%