killing thread ?
"Martin v. Löwis"
martin at v.loewis.de
Fri Jan 24 10:36:07 EST 2003
More information about the Python-list mailing list
Fri Jan 24 10:36:07 EST 2003
- Previous message (by thread): killing thread ?
- Next message (by thread): killing thread ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Irmen de Jong wrote: > Can't you cheat on linux by sending SIGKILL to the thread's PID?? ;-) Only in the current implementation. In NGPTL (next generation's posix threads), all threads will have the same PID, but different tids. Likewise, on Windows, you can probably use some Win32 API, if that is exposed through PythonWin. Regards, Martin
- Previous message (by thread): killing thread ?
- Next message (by thread): killing thread ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list