Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

All ways of JVM to JVM communication

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.

like image 580
Sundeep Avatar asked Jul 20 '11 15:07

Sundeep


1 Answers

See inter-process communication.

like image 182
Jeff Foster Avatar answered Sep 27 '22 17:09

Jeff Foster