JVM 到 JVM 通信的所有方式
我想要两个 JVM 通信的所有方式的列表。 JVM 可以是本地的或远程的。
最明显的是
- 套接字通信
- RMI
- 共享内存(文件/数据库)
注意:我对比较这些不感兴趣,因为我们选择的方式取决于需要。我很想知道所有的方式实际上都存在。
I want a list of all the ways two JVMs can communicate. The JVMs can be local or remote.
The obvious ones are
- Socket Communication
- RMI
- Shared Memory(File/Database)
Note: I am not interested in comparing these as the way we choose depends on the need. I am curious to know what all ways actually exist.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅进程间通信。
See inter-process communication.