Tag: UNIX

  • 5 approaches to handle I/O operations in any system – Part 2

    5 approaches to handle I/O operations in any system – Part 2

    Introduction In this series, we will dive deep into the low-level system to understand what input/output (I/O) is. You can find the part 1 here. This is the part 2 of this series: This part will dissect the multiplexing I/O and signal-driven I/O models. Multiplexing I/O model In Linux, to implement a multiplexing I/O model,…