Do you think that you are using something like RMI when it becomes transparent that you are invoking a method on a remote system? Or JMS, where you just send and read messages, and the infrastructure directs them to the right place / process? Or what about a different approach, when you have a network cache (for example, memcached), where both processes can put and receive items to / from the cache, which allows to some extent support interprocess communication?
source
share