Hi, guys! I am trying to convert a Scala Actors code example to Akka based actors. However, I am having a few problems (mostly due to me being new to Akka probably).
Instead of reposting the question, I'll just provide a link to SO (it is nicely formatted there): http://stackoverflow.com/questions/22800052/rewrite-the-scala-actors-in-akka/ My code so far: https://github.com/drozzy/parallel-discrete-event-akka/tree/master/src/main/scala The code I am trying to reproduce (Programming in Scala example by Martin): http://booksites.artima.com/programming_in_scala_2ed/examples/html/ch32.html#sec6 I would appreciate any help on this, as I am considering using Akka actors for writing a simulation for my thesis! -- >>>>>>>>>> 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.
