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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -