Skip to main content

Timeline for How is the actor model used?

Current License: CC BY-SA 3.0

14 events
when toggle format what by license comment
S May 5, 2017 at 14:29 history suggested Matt Thomas CC BY-SA 3.0
Grammar fixes
May 5, 2017 at 12:15 review Suggested edits
S May 5, 2017 at 14:29
Dec 11, 2015 at 17:46 comment added Chen OT Consider this C++ Actor Model implementation: actor-framework.org
S Aug 25, 2015 at 18:08 history edited Ixrec CC BY-SA 3.0
Updated URL for "Task Based UIs" reference
S Aug 25, 2015 at 18:08 history suggested Rajesh Veerappan CC BY-SA 3.0
Updated URL for "Task Based UIs" reference
Aug 25, 2015 at 17:42 review Suggested edits
S Aug 25, 2015 at 18:08
S Nov 7, 2013 at 7:44 history suggested CharlesB CC BY-SA 3.0
Replaced web-archive URL, and format link into a list
Nov 7, 2013 at 7:15 review Suggested edits
S Nov 7, 2013 at 7:44
Jun 5, 2012 at 17:27 comment added Travis I'm not aware of any remote actor libraries for C++. You could look at messaging frameworks or the use of sockets for interprocess communication. It's non-trivial to implement.
May 1, 2012 at 9:11 comment added Giorgio +1: Very interesting. Do you know if there is any C++ library that implements remote actors? I would be glad to use Scala but my project is in C++.
Aug 9, 2011 at 21:17 comment added Pnutus I'll take a look at Scala and Erlang. Found this beginner's guide for Erlang, gonna start there. Thanks!
Aug 9, 2011 at 20:30 comment added Travis I think it depends on what languages you are comfortable with. Scala might have some of the best documentation around actors though, since they are a language concept. Erlang is awesome for messaging in general though, the whole language is based around that concept.
Aug 9, 2011 at 10:00 comment added Pnutus Thank you for your helpful answer and links. What language would you recommend starting looking at to get a better feel for actors?
Aug 9, 2011 at 0:19 history answered Travis CC BY-SA 3.0