» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with concurrent + design

Actors That Unify Threads and Events (by Philipp Haller and Martin Odersky) (pdf)

This paper improves on our previous work in several respects: ... the decision whether an actor should be thread-less or not is deferred until run-time; our previous work did not address aspects of composition.

scala: del.icio.us/tag/scala

The Scala programming language: My First Impressions " Dan Weinreb's Weblog

offers a programming model (i.e. a convenient syntax) for event-based actors, such as FROBs; Scala is diff from other concurrent languages in that it contains no language support for concurrency<sep/>

scala: del.icio.us/tag/scala

Event-Based Programming without Inversion of Control (by Philipp Haller, Martin Odersky) (pdf)

We introduce event-based actors as an implementation technique for lightweight actor abstractions on non-cooperative virtual machines such JVM

scala: del.icio.us/tag/scala