Subj : Re: Challenge: Multithreading & Synchronization To : comp.programming.threads From : Oliver Battenfeld Date : Wed May 18 2005 03:26 pm Uenal Mutlu wrote: Hi, > (some call this "thread synchonization"): yes. And with good reason. Why don't you? > Your task is to make the class thread-safe by adding some synchronization > objects and/or methods into appopriate locations of the class or outside > the class. Familiarize yourself with the concept of 'monitors', many of the more recently developed languages (or frameworks actually) have a built-in implementation. > The given code skelleton uses C++, but you can use any pseudo-code. That's a very generous offer. I accept Paypal, credit cards and wire transfer :-) Bye, Oliver .