How to Create a Shared Memory Segment for Inter Process Communication [Producer Consumer IPC] Linux
HTML-код
- Опубликовано: 5 фев 2025
- How to Create a Shared Memory Segment for Inter Process Communication [Producer Consumer in IPC] in Linux
Topics:
0:00 Introduction
Facebook Group: solvingskillz
Book: Silberschatz, Galvin, Gagne, Operating Systems Concepts, 10th Edition
Related videos: • What is OS Kernel, How...
Subscribe: / @solvingskills
Domain: Computer Science
Course: Operating Systems
Channel: Solving Skills
Author: Muhammad Salman Chaudhry
Copyright: All Rights Reserved
Credits1: www.givemefreeart.com
Credits2: www.zapsplat.com
How can we read from a source file (SRC_FILE) in chunks using read() by parent process and write on a (TGT_FILE) using write() in chunks by child, where chunk size is same for both read() and write()??
I will be making a video on this