Proceedings of the 1st Annual ACM SIGACT-SIGPLAN Symposium on Principles of Programming Languages - POPL '73 1973
DOI: 10.1145/512927.512942
|View full text |Cite
|
Sign up to set email alerts
|

Actor induction and meta-evaluation

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
19
0

Year Published

1974
1974
2018
2018

Publication Types

Select...
3
3
2

Relationship

0
8

Authors

Journals

citations
Cited by 36 publications
(19 citation statements)
references
References 18 publications
0
19
0
Order By: Relevance
“…We initially feared the loss of traditional threads could be a great weakness, but the team placed slightly higher value on correct concurrency than easy concurrency, leading to the design point illustrated here. To recover some flexibility, we are currently adding actor concurrency, using isolated and immutable permissions for safe message passing [22,24].…”
Section: Evolving a Type Systemmentioning
confidence: 99%
See 1 more Smart Citation
“…We initially feared the loss of traditional threads could be a great weakness, but the team placed slightly higher value on correct concurrency than easy concurrency, leading to the design point illustrated here. To recover some flexibility, we are currently adding actor concurrency, using isolated and immutable permissions for safe message passing [22,24].…”
Section: Evolving a Type Systemmentioning
confidence: 99%
“…Second, sometimes communication among tasks is not required for correctness, but offers substantial performance benefits: for example, in a parallelized search algorithm, broadcasting the best-known result thus far can help all threads prune the search space. Currently unstrict code is used for a few instances of this, which motivates current work to add actors to the language [22,24].…”
mentioning
confidence: 99%
“…The design of active objects is based on a distributed object computational model termed the Actor model [21]. An actor performs a combination of the following actions in response to incoming messages: the creation of new actors; messages sent to other actors; and updating of its state.…”
Section: Computational Modelmentioning
confidence: 99%
“…The design of active objects is based on a distributed object computational model termed Actor model [22]. An actor performs a combination of the following actions in response to incoming messages.…”
Section: Computational Modelmentioning
confidence: 99%