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

2005-08-08 Thread Liu Shuai
your input. LS > -Original Message- > From: [EMAIL PROTECTED] [mailto:python-list- > [EMAIL PROTECTED] On Behalf Of Chris Lambacher > Sent: Tuesday, August 02, 2005 12:16 PM > To: python-list@python.org > Subject: Re: Terminate a thread that doesn't check for eve

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

2005-08-02 Thread Chris Lambacher
Yeah 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 t

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-02 Thread Jp Calderone
On Tue, 2 Aug 2005 09:51:31 -0400, Liu Shuai <[EMAIL PROTECTED]> wrote: >Can someone please comment on this? > > [snip - how to stop a thread without its cooperation?] There's no way to do this with threads, sorry. Perhaps you could use a child process, instead. Those are typically easy to term

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 similar and