'. '

Actor

From APIDesign

(Difference between revisions)
Jump to: navigation, search
(New page: Very nice presentation about Actors is at InfoQ: http://www.infoq.com/presentations/Actor-Thinking)
Current revision (12:01, 16 April 2011) (edit) (undo)
 
Line 1: Line 1:
Very nice presentation about [[Actor]]s is at InfoQ: http://www.infoq.com/presentations/Actor-Thinking
Very nice presentation about [[Actor]]s is at InfoQ: http://www.infoq.com/presentations/Actor-Thinking
 +
 +
 +
Especially the comparation to [[OOP]] is very nice. Both [[OOP]] and [[Actor]]s are about messages. But in case of [[OOP]], the messages are synchronous, while in [[Actor]] system they are asynchronous. As such they can be processed by one CPU and easily emulate paralelism.

Current revision

Very nice presentation about Actors is at InfoQ: http://www.infoq.com/presentations/Actor-Thinking


Especially the comparation to OOP is very nice. Both OOP and Actors are about messages. But in case of OOP, the messages are synchronous, while in Actor system they are asynchronous. As such they can be processed by one CPU and easily emulate paralelism.

Personal tools
buy