scala - Akka - Readable state -


hi know shared state highly discouraged in akka, have following dilema:

i have 1 actor managing many child actors. child actors write onto own state. managing actors might issue different messages children depending on states , relations each other. need state readable managing actor , writable child actor. there patterns/practices kind of use case?

thanks!


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -