Python and threads

Stefan Behnel stefan_ml at behnel.de
Sun Jan 18 11:42:49 EST 2009


vedrandekovic at yahoo.com wrote:
> Thanks for previous help on "Start two threads in same time" it was
> useful,but when I run this
> two threads, I think they don't start at the same time

That's normal. Threading is an unpredictable concurrency pattern. Things
often don't happen the way one would want them to.

Stefan



More information about the Python-list mailing list