Synchronizing Threads

Alex Martelli aleax at aleax.it
Thu Feb 27 07:23:57 EST 2003


Michael Rentzsch wrote:

> Hi,
> 
> what is the best way to synchronize threads in python?

See module Queue in tha standard library.

> Is there a way to create and catch signals?

Yes, but they don't play well with threads (in a cross-platform
way, at least).


Alex





More information about the Python-list mailing list