Why do scala developers mix the actor model with other concurrency models?

S Tasharofi, P Dinges, RE Johnson - … , Montpellier, France, July 1-5, 2013 …, 2013 - Springer
Mixing the actor model with other concurrency models in a single program can break the
actor abstraction. This increases the chance of creating deadlocks and data races—two …

Bita: Coverage-guided, automatic testing of actor programs

S Tasharofi, M Pradel, Y Lin… - 2013 28th IEEE/ACM …, 2013 - ieeexplore.ieee.org
Actor programs are concurrent programs where concurrent entities communicate
asynchronously by exchanging messages. Testing actor programs is challenging because …

On ordering problems in message passing software

Y Long, M Bagherzadeh, E Lin, G Upadhyaya… - Proceedings of the 15th …, 2016 - dl.acm.org
The need for concurrency in modern software is increasingly fulfilled by utilizing the
message passing paradigm because of its modularity and scalability. In the message …

[图书][B] Efficient testing of actor programs with non-deterministic behaviors

S Tasharofi - 2013 - search.proquest.com
The actor model is a model of concurrent programming that consists of concurrent entities
called actors. Actors communicate using asynchronous messages, and depending on the …

A Reordering Framework for Testing Message-Passing Systems

M Irannejad, GM Tchamgoue… - 2017 IEEE 20th …, 2017 - ieeexplore.ieee.org
In a message-passing system (MPS), components communicate through messages.
However, both the time and order in which messages are delivered depend on the …

Compile-time Safety and Runtime Performance in Programming Frameworks for Distributed Systems

L Kroll - 2020 - diva-portal.org
Distributed Systems, that is systems that must tolerate partial failures while exploiting
parallelism, are a fundamental part of the software landscape today. Yet, their development …

Patterns in Testing Concurrent Programs with Non-deterministic Behaviors

S Tasharofi, R Johnson - 2011 - ideals.illinois.edu
Concurrent programs are hard to test because of the non-determinism inherit in them. Since
non-determinism is one of the major sources of bugs, it is important to to be tested. We …

[引用][C] Quantification of sequential consistency in actor-like systems: An exploratory study

Y Long, M Bagherzadeh, H Rajan, E Lin, G Upadhyaya - 2014