On 18 March 2011 18:09, Mark Evenson evenson@panix.com wrote:
mutex lock. The problem for the condition variables is that the java.util.concurrent implementation requires that a condition variable be [created from the lock it is to be used with][1] which is not a requirement
Ouch. I had forgotten about that, sorry.
didn't seem to work very well. If there is something clever that I have missed, please help me find it.
The condvar creation problem seems hard. I don't currently have an idea how to solve it.
I have a plane to catch tomorrow, so I probably won't have time to look at the current problems in any detail for a week or so. :(