What is semaphores and why it is used?

Answers were Sorted based on User's Feedback



What is semaphores and why it is used?..

Answer / pankaj huria

semaphores is avariable which is used for restricting
access to shared resources.A semaphore contains a counter
for the number of available resources.Any process which
wants to access the resorse will first check the value of
semaphore.

Is This Answer Correct ?    57 Yes 7 No

What is semaphores and why it is used?..

Answer / pritesh parmar

Semaphores are used to make system free from conflicts and
hang. when more than one program are executed
simultaniously then computer hangs and sometimes gives
wrong output so instead to come out from this situation
semaphore is used which takes care for program execution
and manages it.

Is This Answer Correct ?    59 Yes 19 No

What is semaphores and why it is used?..

Answer / hajee mohamed

Semaphores (On UNIX)

• is a synchronization primitive
• is a form of IPC, semaphore is not usedfor exchanging
large amounts of data,as is pipe; but are intended to let
multiple processes synchronize their operations.

Is This Answer Correct ?    14 Yes 8 No

What is semaphores and why it is used?..

Answer / hajee mohamed

On some UNIX® systems, the system administrator can edit
the /etc/master file and define limits for IPC mechanisms
(semaphores, shared memory segments, and message queues).
The problem with this method is that the higher the limits,
the more memory the operating system uses, and performance
can be adversely affected.

AIX uses a different method. In AIX®, upper limits are
defined for the IPC mechanisms, which are not configurable.
The individual IPC data structures are allocated and
deallocated as needed, so memory requirements depend on the
current system usage of IPC mechanisms.

Semaphores 4.3.0 4.3.1 4.3.2 5.1 5.2 5.3 6.1
Maximum number of semaphore IDs for 32-bit kernel 4096 4096
131072 131072 131072 131072 N/A
Maximum number of semaphore IDs for 64-bit kernel 4096 4096
131072 131072 131072 1048576 1048576
Maximum semaphores per semaphore ID 65535 65535 65535 65535
65535 65535 65535

Is This Answer Correct ?    10 Yes 9 No

What is semaphores and why it is used?..

Answer / vijay

You can also go hrough the video
http://www.youtube.com/watch?v=VQFJQJGmixM

It explains the cncept of semaphore and mutex or in general
shared resource in a unique way.

Is This Answer Correct ?    1 Yes 0 No

What is semaphores and why it is used?..

Answer / ram

It is a SYSTEM OF COMMUNICATION WHICH DEF AND DUM PEOPLE USE TO COMMUNICATE

Is This Answer Correct ?    3 Yes 7 No

What is semaphores and why it is used?..

Answer / kklk

Semaphores are used to manage hangs. they stop your computer from having them ever again isn't that great.

Is This Answer Correct ?    3 Yes 9 No

What is semaphores and why it is used?..

Answer / priti

to prevent a deadlock

Is This Answer Correct ?    6 Yes 18 No

Post New Answer

More Windows AllOther Interview Questions

What is the dos command for check disk?

0 Answers  


What happens if you turn your computer off during an update?

0 Answers  


Where is start menu?

0 Answers  


How do I delete a folder using command prompt?

0 Answers  


How do I get excel to start automatically?

0 Answers  






Can you add ssd to a laptop?

0 Answers  


How do I change the properties of a file?

0 Answers  


How do you use beyond compare?

0 Answers  


How long does it take to scan and repair drive?

0 Answers  


What is cmd exe file?

0 Answers  


How can I check the health of my hard drive?

0 Answers  


How do I change a folder from c to d?

0 Answers  


Categories