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 are dll files used for?

0 Answers  


How do I open markup files in windows?

0 Answers  


Where is the startup folder?

0 Answers  


How to change the windows xp product key if wrongly installed with other product key but you have original product key? What you will do to Make your os as Genuine?

9 Answers   MG, Tech Mahindra,


How much does it cost to recover data from a hard drive?

0 Answers  






What is the full form of gif?

0 Answers  


How do you tell if your ssd is corrupted?

0 Answers  


How do I run a command prompt as administrator?

0 Answers  


Which is the data member common to all the kernel object and what is the use of it?

0 Answers  


What language is exe written in?

0 Answers  


What is zero filling hard drive?

0 Answers  


tell me about the paper 70-640 , 70-642, 70-646

3 Answers  


Categories