AlmostIntelligent / Hydra

A distributed computation network.
4 stars 0 forks source link

Split system and user message processing #32

Closed Cikey closed 11 years ago

Cikey commented 11 years ago

System and user messages for an actor should be kept in different mailboxes and be processed by different dispatchers.

This is required for an orderly actor shutdown and lifecycle management.

System messages must not affect the state of the actor itself only of the surrounding actor node.