Can more than one process be in the crictical section at the same time?
If any thread entered critical section, no other thread can enter until
it's free.But when the semaphore value is 3 then there can be three
processes entering the critical section.How is that possible.Need some
explanation about this probably with an example.
No comments:
Post a Comment