diff b/w spinlock, seamaphores and mutex and where to use it.
Answers were Sorted based on User's Feedback
Answer / kapil thakar
Spin lock used in kernel context. It will not allow the
process or thread to sleep.
While mutux and semaphore can go into sleep.
So this make the spin lock can be used in interrupt context
or interrupt.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / raghava
mainly spinlock used in threads to avoid synchronization,where as semaphore and mutex used to avoid process synchronization.
1.spinlock is something like polling.it spins for resouce until aloocated resouce releases.
2.binary semaphore and mutex are similar.
| Is This Answer Correct ? | 1 Yes | 2 No |
What is the Diffrent between Redhat linux And suse linux
what are different ways the context switch happens from user to kernel space or vice-versa ?
I would like to know whether Simado and Setu products are they EPBX or not ?
What does exec family return?
what is stored at /lib/modules ?
Port number is already in use .. how to fix for apache..?
Explain process management system calls in linux?
what are Softirq's and how many major numbers be allocated in the linux kernel(2.4) ?
what happens when we do insmod & rmmod in Linux Device Drivers ?
what is mean by raid and what are all raids available even in software and hardware?
what is nis server
what are the backup utilites on red hat linux 4.0?