开发者

All ways of JVM to JVM communication

开发者 https://www.devze.com 2023-03-21 12:42 出处:网络
I want a list of all the ways two JVMs can communicate. 开发者_如何学CThe JVMs can be local or remote.

I want a list of all the ways two JVMs can communicate. 开发者_如何学CThe 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.


See inter-process communication.

0

精彩评论

暂无评论...
验证码 换一张
取 消