W6 L1 Inter Process Communication

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ธ.ค. 2024

ความคิดเห็น • 6

  • @achyutprabhakar5440
    @achyutprabhakar5440 ปีที่แล้ว

    Sir
    U r d best one who explains this topic.thanks

  • @purnact3741
    @purnact3741 8 ปีที่แล้ว

    Understood it well. But didn't understand pipes properly. Can u pls tel me which part of the code represent two pipes and which represent two file descriptors. ?

    • @sudeshnaC
      @sudeshnaC 7 ปีที่แล้ว

      What i understood that the code does not create the Pipe0 ( in the diagram). It only illustrates the writing of data by child process to Pipe1 and reading of the same data by it's parent from the same Pipe1.

    • @lokesh1058
      @lokesh1058 6 ปีที่แล้ว +1

      t.purna Chander
      My dear frd...pipe() will create two file descriptors. With fd[0] represents read end of the pipe and fd[1] represents write end of the pipe

    • @partharanke5925
      @partharanke5925 3 ปีที่แล้ว

      file descriptors actually denote pipes...like in file handling we use fp and not 'represent' the whole file

  • @shrutikumari7513
    @shrutikumari7513 3 ปีที่แล้ว

    Nice explain