William
Top 10 List of Week 06
William

Top 10 List of Week 06

  1. Concurrency in Operating System
    This is a summary about Concurrency in operating system. This also shows about advantages and drawbacks of concurrency.

  2. Process Synchronization in Operating System
    This is a summary about Process synchronization. This is related to 2 processes running the same code problem.

  3. Concurrency vs Parallelism
    This page shows you about the differences between concurrency and paralleism. This related to what is being executed at the same time.

  4. Process vs Thread
    This shows you the differences between processes and threads. A process could have few threads.

  5. Operating System Scheduling Algorithms
    This page explains about few Scheduling Algorithms. First-Come First-Served, Shortest-Job Next, Priority, Shortest Remaining Time, Round Robin, and Multiple-Level Queues.

  6. Pipe system call
    pipe is how we could communicate between processes. This page also shows you example in C.

  7. Orphan vs Zombie vs Daemon Processes
    This explains about how processes could become Orphan, Zombie, or Daemon Processes.

  8. States of Processes
    The processes have its states, here is the short explanations of them.

  9. Fork Function in C
    This page gives examples in using the fork function in C.

  10. Time Delay in C
    This is a tutorial about sleep function to delay a process for a certain time.


© 2021-2021 --- William.