Terminate a thread that doesn't check for events

2005-08-01 Thread Liu Shuai
Hi all,   I am aware that similar and probably same questions have been posted many times, but I was unable to find a solution after reading a dozen threads in the archive. So here it goes again.   I have a thread that does some heavy task (hash calculation, for instance). I need a mech

RE: Terminate a thread that doesn't check for events

2005-08-02 Thread Liu Shuai
Can someone please comment on this?   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Liu Shuai Sent: Monday, August 01, 2005 4:29 PM To: python-list@python.org Subject: Terminate a thread that doesn't check for events   Hi all,   I am aware that si

RE: Terminate a thread that doesn't check for events

2005-08-02 Thread Liu Shuai
eah I will sure post it if I can find an elegant solution. Thank you, LS > -Original Message- > From: Chris Lambacher [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 02, 2005 11:50 AM > To: Liu Shuai > Subject: Re: Terminate a thread that doesn't check for events >

RE: Terminate a thread that doesn't check for events

2005-08-08 Thread Liu Shuai
t is generic). In > windows > threads are separate beasts from processes(almost) and there are functions > for > terminating them (though I don't think gracefully). Unfortunately I can't > comment on other platforms. > > -Chris > > On Tue, Aug 02, 20