What is semaphone?

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


Please Help Members By Posting Answers For Below Questions

What are the various schemes available?

700


Max relax-able permission value with out giving write permission to others?

765


Which ipc is faster?

717


Explain what is the process id for kernel process?

755


How to write the program on full-duplex communication on bidirectional?

740


Explain what are the system calls used for process management?

697


Tell me set-user-id is related to (in unix)?

690


What is fork()?

789


What is ln(linking)?

777


Please explain fork() system call?

731


Explain how do you execute one program from within another?

711


What is i-node numbers?

816


What is unix ipc?

736


Which ipc is the fastest in unix?

749


What are two different models of ipc differentiate both?

783