AlmostIntelligent / Hydra

A distributed computation network.
4 stars 0 forks source link

Actor lookup #30

Closed Cikey closed 11 years ago

Cikey commented 11 years ago

Implement the following lookup semantics:

/app/name <- look up actor beginning at the root guardian. name/child <- look up actor with the actual actor as root. ../name <- look up actor with parent actor as root.

Cikey commented 11 years ago

Seems to work properly