Hi
I am new to learning akka and I am looking into a problem of trying to create a movie hall reservation system. I am trying to wrap my head around how to achieve concurrency with akka. If I end up creating multiple instances of akka actors then where/how should I share the global state of the total number of seats booked and how many are still available. I believe it should be in the same code that starts the actor system. Or am I misunderstanding the whole concept. In understand this is an extremely basic question but I wasn't able to find any good resources explaining this, so will really appreciate if you can point me in the right direction. Regards -- >>>>>>>>>> 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.
