Advanced Programming in the UNIX Environment: Week 08, Segment 3 - Pipes and FIFOs

Описание к видео Advanced Programming in the UNIX Environment: Week 08, Segment 3 - Pipes and FIFOs

With this video lecture, we continue our discussion of Interprocess Communication and dive into two of the oldest and most ubiquitous forms of Unix IPC: pipes and FIFOs. We also discuss popen(3) and the dangers of shelling out to unverified commands.

Slides for this lecture: https://stevens.netmeister.org/631/08...
Course website: https://stevens.netmeister.org/631/
Related: https://www.netmeister.org/blog/ipcbu...

Outline:
00:00 Introduction
02:06 pipe(2) example
06:35 Piping data into a pager
11:22 popen(3)
12:43 popen(3) example
15:04 mkfifo(2)
17:26 FIFO example
19:27 Recap

Комментарии

Информация по комментариям в разработке