Showing posts with label Jetlang. Show all posts
Showing posts with label Jetlang. Show all posts

Friday, July 10, 2009

Actors, Messages and Low Lock Contention for Java

Posted on http://www.ddj.com/go-parallel
Using actors and messages, concurrency is easier to understand. However, most developers don't want to learn a new programming language in order to use actors and messages. If you want to forget a bit about threads and locks, you can add nice actor support to an existing Java application using Jetlang.
Read more here