There's a process and a lot of child processes (Node.js)
which method is preferable to use for real-time communication between processes within a single machine: Linux IPC or TCP / UDP?
What are the limitations of the IPC?
Suitable whether IPC to transfer large amounts of information with minimum delay?