ipc wait queue

  1. E

    C Input output wait queue between processes - using pipes (inter process communication)

    In a multiple process application where input and output is written and read using pipes, the data reads and writes are synchronized by a command pipe as a "wait queue". A single byte is sent in a (command) pipe and reading it notifies to start reading the next data. What is the best practice...
Back
Top