Ulrich Eckhardt <eckha...@satorlaser.com> writes: > Lastly, for the message passing, you also need shared, mutable structures > (queues), so you can't live completely without conventional locking.
But that can be completely behind the scenes in the language or library implementation. The application programmer doesn't have to think about those locks. -- http://mail.python.org/mailman/listinfo/python-list