Dennis Lee Bieber <wlfr...@ix.netcom.com>: > The main thing to consider is that "killing" a thread doesn't > work well in Python. Instead the thread has to check for some signal > telling it to quit.
Alas, a thread can't check anything because it's blocked by I/O. Marko -- https://mail.python.org/mailman/listinfo/python-list