Synchronizing Threads

Skip Montanaro skip at pobox.com
Thu Feb 27 10:09:27 EST 2003


    Michael> what is the best way to synchronize threads in python?  Is
    Michael> there a way to create and catch signals?

Google for "aahz Queue".  The first link is to a pdf of Aahz's thread
tutorial slides from IPC 9.

Skip





More information about the Python-list mailing list