我的用例如下。机器上的应用程序连接到远程机器,在它们上执行脚本并返回结果。我正在使用AkkaFramework进行远程处理,并为客户端应用程序使用PlayFramework。在我的远程机器上运行的服务器代码如下:publicstaticvoidmain(String[]args){OnCallServerapp=newOnCallServer();app.executeServer();}privatevoidexecuteServer(){ActorSystemsystem=ActorSystem.create("OnCallServer");}(只是在远程机器上启动一个actor系