two questions about thread

iclinux iclinux at gmail.com
Sat Jan 14 03:35:43 EST 2006


hi there,

I'm new to python, and have two questions:

a.  how to exit the whole process in a thread?
b. when thread doing a infinite loops, how to terminate the process?:
    it seems that the follow doesn't work, in my Windows XP:
            thread.start()
            thread.join()

Regards




More information about the Python-list mailing list