Subj : volatile or mutex To : comp.programming.threads From : marri Date : Wed May 11 2005 07:01 pm Do we need to use volatile or a mutex to synchronize read/write of an integer variable??. Found that people defile volatile for a boolean variable and synchronize using mutex for integer variables is there any good reason?? Thanks in advance .