How to kill a thread from another thread ?

Andrew Markebo andrew.markebo at telelogic.com
Fri Nov 10 07:43:38 EST 2000


Lets see if there are other alternatives then :-) Are you using
sockets? Put them in non-blocking mode, get in touch with me to get my
latest socket module.. :-)

Another alternative is if you only need to run one thread, and on a UNIX system, you can get a sigalarm sent to you.. 

        /Andy



More information about the Python-list mailing list