Showing posts with label gevent. Show all posts
Showing posts with label gevent. Show all posts

Friday, August 10, 2012

gevent

installation

  • sudo apt-get install libevent-dev
  • pip install gevent

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