
7 Aug
2007
7 Aug
'07
7:22 a.m.
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