Andreas Kostyrka <[EMAIL PROTECTED]> writes: > Basically the current state of art in "threading" programming doesn't > include a safe model. General threading programming is unsafe at the > moment, and there's nothing to do about that. It requires the developer > to carefully add any needed locking by hand.
So how does Java do it? Declaring some objects and functions to be synchronized seems to be enough, I thought. -- http://mail.python.org/mailman/listinfo/python-list