Describe Synchronization In Respect To Multithreading.
Posted by Dharani
29 Dec, 2011
Without synchonization, it is possible for one thread to modify a shared variable while another thread is in the process of using or updating same shared variable. This usually leads to significant errors.
Without synchonization, it is possible for one thread to modify a shared variable while another thread is in the process of using or updating same shared variable. This usually leads to significant errors.
Comments Received:
Please give your suggestions and feedback: