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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to