Monday, July 16, 2007

Synchronization

synchronization definition :
A mechanism to guarantee that only one thread can access an object at a time.
It has purpose to avoid problems that can arise when two threads can both modify the same object at the same time

No comments: