Just for general reference, there is a blog post that talks about TypedActor usage: http://letitcrash.com/post/19074284309/when-to-use-typedactors
On Tuesday, April 8, 2014 1:25:42 PM UTC+2, √ wrote: > > Hi, > Actors never run on multiple threads -at the same time-, it can however > run on different threads for each invocation. > There is no need to synchronize anything inside the TypedActor. > > Cheers, > V > On Apr 8, 2014 1:02 PM, "Kostas kougios" <[email protected]> > wrote: > >> Hi, I've created a typed actor but it seems it runs on multiple threads. >> How can I run it on 1 single thread so that I can use collections within >> the typed actor &avoid synchronization? >> >> -- >> >>>>>>>>>> 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. >> > -- >>>>>>>>>> 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.
