Loading...
Please wait, while we are loading the content...
Similar Documents
Actors that Unify Threads and Events (2007)
| Content Provider | CiteSeerX |
|---|---|
| Author | Odersky, Martin |
| Abstract | Abstract. There is an impedance mismatch between message-passing concurrency and virtual machines, such as the JVM. VMs usually map their threads to heavyweight OS processes. Without a lightweight process abstraction, users are often forced to write parts of concurrent applications in an event-driven style which obscures control flow, and increases the burden on the programmer. In this paper we show how thread-based and event-based programming can be unified under a single actor abstraction. Using advanced abstraction mechanisms of the Scala programming language, we implemented our approach on unmodified JVMs. Our programming model integrates well with the threading model of the underlying VM. 1 |
| File Format | |
| Journal | International Conference on Coordination Models and Languages, LNCS |
| Publisher Date | 2007-01-01 |
| Access Restriction | Open |
| Subject Keyword | Underlying Vm Event-driven Style Concurrent Application Advanced Abstraction Mechanism Impedance Mismatch Single Actor Abstraction Scala Programming Language Message-passing Concurrency Model Integrates Lightweight Process Abstraction Event-based Programming O Process Unify Thread Unmodified Jvms |
| Content Type | Text |
| Resource Type | Conference Proceedings Article |