Subj : Acessing global object's method To : comp.programming.threads From : Da Wang Date : Sun Feb 20 2005 12:54 am Is it necessary to add mutex when I access a global object's method? I only read some information from it but the method requires some computation inside the object. Thanks. .