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 happens when we do insmod & rmmod in Linux Device Drivers ?
what kind of information the linux driver modules (.ko ) files has ?
linux file defaults permition
diff b/w spinlock, seamaphores and mutex and where to use it.
What do fork() internally call?
what are the different ways the Linux can swich from User Space to Kernel Space & vice-versa ?
what is sudo on linux?
What are the signals we have in Linux
what is segmentation fault?
I would like to know whether Simado and Setu products are they EPBX or not ?
what is stored in /proc ? what is significance of /proc in linux ?
What is the Diffrent between Redhat linux And suse linux