Answer Posted / vinoth
We all know it is an IPC and it is mainly required to have Synchronization of shared memory access among different threads or process.
hmmm .... even mutex does the same thing... They too synchronize the access of the shared memory... then what is the difference..??
semaphore allows n number of users to access the same resources. we go for semaphore only when the resource that can handle some n process/threads at the same time.
Mutex is a semphore with a value 1.
Only one user can access the shared resources at a given time for mutex.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Tell me set-user-id is related to (in unix)?
Please explain fork() system call?
What is unix ipc?
Explain how do you execute one program from within another?
Explain what is the process id for kernel process?
Max relax-able permission value with out giving write permission to others?
How to write the program on full-duplex communication on bidirectional?
Which ipc is the fastest in unix?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
What is fork()?
What are the various schemes available?
Explain the advantage of executing a process in background?
What is the condition required for dead lock in unix system?
Explain about daemon?
What is daemon?