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
What are the various schemes available?
Max relax-able permission value with out giving write permission to others?
Which ipc is faster?
Explain what is the process id for kernel process?
How to write the program on full-duplex communication on bidirectional?
Explain what are the system calls used for process management?
Tell me set-user-id is related to (in unix)?
What is fork()?
What is ln(linking)?
Please explain fork() system call?
Explain how do you execute one program from within another?
What is i-node numbers?
What is unix ipc?
Which ipc is the fastest in unix?
What are two different models of ipc differentiate both?