Learning to use threads.

Grumfish nobody at nowhere.com
Sun Jan 26 11:49:53 EST 2003


Peter Hansen wrote:
> If, however, this custom method starts directly manipulating data
> in the thread object, you could quickly get into trouble if you
> don't know about thread synchronization issues.

What if the only thing the method changes in the thread object is a 
Queue. Is that safe?





More information about the Python-list mailing list