Actor model to replace the threading model?

Posted by prosseek on Stack Overflow See other posts from Stack Overflow or by prosseek
Published on 2010-03-26T15:40:10Z Indexed on 2010/03/26 15:43 UTC
Read the original article Hit count: 569

Filed under:
|
|

I read a chapter in a book (Seven languages in Seven Weeks by Bruce A. Tate) about Matz (Inventor of Ruby) saying that 'I would remove the thread and add actors, or some other more advanced concurrency features'.

  • Why and how an actor model can be an advanced concurrency model that replaces the threading?
  • What other models are the 'advanced concurrency model'?

© Stack Overflow or respective owner

Related posts about ruby

Related posts about concurrency