AlmostIntelligent / Hydra

A distributed computation network.
4 stars 0 forks source link

Add a central point where future references a hold #52

Closed Cikey closed 11 years ago

Cikey commented 11 years ago

At the moment the only way to access actor refs created by ask is via the sender() method. This causes trouble when sending messages across hydra node boundaries.

Possible solution: Add a special system actor at /sys/future that will create virtual childrens. The childrens ids can be used to identify a future ref when build from a hydra service usid