Scala remote actors

后端 未结 6 1641
臣服心动
臣服心动 2020-12-14 09:29

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

6条回答
  •  死守一世寂寞
    2020-12-14 10:16

    The Akka framework has remote actors. The API is pretty similar to regular scala actors.

    They provide some level of automatic clustering as well, but it's not complete.

提交回复
热议问题