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

Комментарии • 2

  • @bix1998
    @bix1998 2 года назад +1

    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()??