Meeting 18: InterProcess Communication with Pipes and Sockets
Today we are going to look at concurrent programming using multiple OS processes.
- communicating processes
- Unix and Windows pipes
- Unix
fork
+ pipes
- Cross-platform IPC using QProcess and QLocalSocket
There is no exercise for today.
Links: