Kill thread

Teja tejovathi.p at gmail.com
Mon Apr 9 07:39:11 EDT 2007


On Apr 9, 3:01 pm, Michel Claveau
<mcPas.De.S... at mclaveauPas.De.Spam.com> wrote:
> Hi!
>
> If you have the PID of the process (example: 1234), use this
> command-line :
>        TASKKILL/F /PID 1234
>
> --
> @-salutations
>
> Michel Claveau

Hi Michel,

Thnks for the reply....But TASKKILL kills the process entirely..Not
the thread.

I want only the thread to be killed.
Actually I am starting the thread in main thread. I jus want to kill
the child thread and
keep the main thread running.

With TASKKILL, the main thread is also exited...I dont want it to
happen..

Wht do i do??

Awaiting for a reply

Teja.P




More information about the Python-list mailing list