What is semaphores and why it is used?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
Answer / ram
It is a SYSTEM OF COMMUNICATION WHICH DEF AND DUM PEOPLE USE TO COMMUNICATE
Is This Answer Correct ? | 3 Yes | 7 No |
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 |
Where is the system32 folder?
How do I delete an exe file?
What are apk files?
Do ssd drives need to be defragmented?
How do I fix my cpu overheating?
How do I hide bad sectors on my hard drive?
Can you compare two pdf documents?
i am playing music in winamp and at the same time am typing on ms word.Since the cpu can perform one task at a time.so, how these two task are undergoing simultaneously??
How do I fix missing dll?
What is beyond compare tool?
How do I force delete a file?
How do I view a csv file?