Tag Archives: Concurrency

Problems Due To Concurrency In Linux Kernel

Linux Synchronization We need synchronization mechanisms when two or more threads try to access a shared resource simultaneously. By using synchronization mechanisms kernel allows only one thread to execute while the other threads wait. Concurrency in Uniprocessor systems You may be thinking that how multiple threads may execute concurrently when Read On..

Posted in Linux Kernel | Also tagged , , Leave a comment