I was recently working on a multi-threaded service application using akka actor. It has to send and receive and re-send various instructions as messages, akka's immutable message specs really bothered me. I couldn't find any library coping with this *unchangable* message. In this note I decided to write a library, at the first place for myself, and for everyone who meets this issue.
Nevertheless, I'm not a veteran, or not even average. So I need you guy's help. *Give some criticism.* I tried hard and finished this library's first version at: http://cuzfrog.github.io/psmm -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
