Computer Science, asked by dewendrasingh16001, 11 months ago

Why do we need to synchronize processes/threads?

Answers

Answered by Zisha7
1

Answer:

Thread synchronization is defined as a mechanism which ensures that two or more concurrent processes or threads do not simultaneously execute some particular program segment known as critical section. ... Synchronization should be used here to avoid any conflicts for accessing this shared resource

Similar questions