Slide 9
Slide 9 text
Problems found
• Random gateway hangs
• Deadlock in message passing between actors
• Actors cannot call each other directly - must be through
messages
• Actor A receives a message, sends to actor B which then
sends back to Actor A
• Solved by moving station ID logic out of the actor into
an object shared by all other Station actors, and using
STM
• This also helps with JMX monitoring
Tuesday, November 20, 2012