Programming Tips - Linux: What's the best way to pass info between two Linux programs on the same machine?

Date: 2014sep17 OS: Linux Keywords: IPC Q. Linux: What's the best way to pass info between two Linux programs on the same machine? A. POSIX message queues is a good approach. For more info do:
man mq_overview