JVM Low-Level I/O - Part 4
IPC is how separate processes exchange data. On the JVM, we have access to surprisingly powerful IPC mechanisms — from memory-mapped files (the fastest) to Unix domain sockets (the most flexible). Thi
sachinhandiekar.com12 min read