Is there a design document for Scala 2.8 Actors, like it is for 2.7?
Scala Actors: Unifying Thread-based and Event-based Programming
Is there one for Akka?
The “Scala Improvement Documents Library” doesn’t mention Actors.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Update August 2012:
The Akka documentation has vastly improved, and has now many details on its design and architecture.
Original Answer (May 2010)
Regarding Akka, I didn’t find a design document per se, but the recent blog post series “Thinking Asynchronous – Domain Modeling using Akka Transactors” from Debasish Ghosh are close enough.
Here are some of the salient points in the implementation ..
Mapthat gets persisted in Redis. Here we store all accounts that the clients open hashed by the account number. […]atomic{}and the underlyingSTMwill take care of the rest.