Okay, I disagree. :) Or I need to rephrase the situation here. ;) I have one process in Pharo that locks the mutex, calls some code and then comes across another piece of code that wants to lock the *same* mutex again in the same process, do some stoff, before return to the original call again. Everything happens in one process (= green thread). As far as I understood, this is the common "recursive" property of a mutex, which could/should work. :)
If the Mutex in Pharo does not support recursive locking from within the same process, then it is more like a binary semaphore, right? Best, Marcel -- View this message in context: http://forum.world.st/Should-nested-mutexes-work-in-Pharo-3-0-tp4771110p4771311.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
