From: Markus Date: 2004-10-09T02:03:57+09:00 Subject: Re: Problems with my first multithreaded Rupy programm On Fri, 2004-10-08 at 09:44, Tassilo Horn wrote: > Markus writes: > > > Try taking the cv.broadcast and the Thread.stop out of the mutex > > syncronize block (e.g., let go before you tell the others to start). > > But then the waiter puts two item on the table but no drinker takes them > away. > > I hope I didn't understand you wrong. > I fear you might have; I didn't mean to eliminate them, simply to move them down to right after the '}' instead of right before it. It seemed to work for me (I just tried it). -- Markus