notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

IOQueue.md (319B)


      1 # I/O Queue
      2 
      3 **Source:** CS 6200
      4 
      5 **Chapter:** P2L1
      6 
      7 **Definition:** When a process makes an I/O request the OS moves the process to the I/O queue. The process will remain on the I/O queue until receiving the I/O information and moving back to the ready queue.
      8 
      9 NOTE: The I/O queue is **not** managed by the scheduler.