From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2007-08-07 03:22:12


Rene Rivera wrote:
> Ion, this looks suspiciously like the problems I had with notify() vs.
> notify_all() that I encountered long ago now of the shared queue filling up.

I don't know... I think the shared queue problem was a programming error
because a blocked thread
missed a notification. I think this problem was solved notifying the
blocked thread everytime. In this test no condition variable is being
used...

Regards,

Ion