Showing posts with label eventlet. Show all posts
Showing posts with label eventlet. Show all posts

Wednesday, August 8, 2012

concurrency model with Actor



Actor model everything is a Actor, natively concurrent.

Support in programming language 

Erlang: language level. Erlang is the best platform for concurrency and distributed application so far.
Java: library level. Akka