top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Why does the need of process synchronization ?

+2 votes
175 views
Why does the need of process synchronization ?
posted Jan 3, 2016 by Harshita

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

When two or more processes try to access one shared resource, process synchronization is required. The piece of code that access shared resource is known as critical section. Only one process can enter into its critical section. A critical section has enter section and may have exit section.

answer Jan 3, 2016 by Vikram Singh
Similar Questions
+2 votes

In the ps results few of the processes are having process state as "D" . What does it mean ? Briefly explain different process states ?

+4 votes

So many times, we make foreground process to background process in linux system. How does it handle internally ?

...