Perl programming on mMPE/iX - August 2001
HP World Page 28August 21, 2001
interprocess communications
• POSIX signals between related processes
• named pipes between unrelated processes
• create named pipes with POSIX mkfifo command
• unnamed pipes to child processes
• create using Perl open() function with "|"
• Internet-domain TCP and UDP sockets
• Unix-domain stream sockets
• SysV IPC - shared memory, semaphores, messages