Are there any guides or tutorials which explain the possibility to use scala actors remotely? All I have found until now is one example (without comments) but that\'s hardly
None of which I am aware. It's pretty much a "hack your way through the jungle" approach. Judging from the API though, things should work pretty much the same as regular actors, for which there exist one or two tutorials (as well as a few books now).
If you do make use of remote actors, we (the community) would certainly welcome such a tutorial from an experienced user!