Threading question

Aahz Maruch aahz at panix.com
Thu Apr 12 15:01:06 EDT 2001


In article <pomB6.155663$m04.6323628 at e420r-atl1.usenetserver.com>,
Steve Holden <sholden at holdenweb.com> wrote:
>
>I don't use threads much myself, but the docs suggest the statement you
>quote only *creates* a thread, and that you will have to call its run()
>method to start it executing. This would, I presume, require
>
>tmp.run()

NO!  DON'T DO THAT!  You need to call the start() method.
-- 
                      --- Aahz  <*>  (Copyright 2001 by aahz at pobox.com)

Androgynous poly kinky vanilla queer het Pythonista   http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

Why is this newsgroup different from all other newsgroups?



More information about the Python-list mailing list