TASK KILL
Michel Claveau
mcPas.De.Spam at mclaveauPas.De.Spam.com
Tue Apr 10 02:25:32 EDT 2007
More information about the Python-list mailing list
Tue Apr 10 02:25:32 EDT 2007
- Previous message (by thread): ulimit on open sockets ?
- Next message (by thread): TASK KILL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> Will TASKKILL kills a thread when thread id is given ?? Or does it > kill only a process?? > > How to ensure that a thread is killed? Hi! Sorry, TASKKILL is only for process. For help on TASKKILL : TASKKILL /? Other infos with TASKLIST (TASKLIST /?) If the object who use process is a service (kif-kif daemon), you can use SC (see SC /?) For thread, the concept is fuzzy. Thread can be manage by OS, by software (e.g. by Python, for Python's threads), or by middlewares. There are no universal way. -- @-salutations Michel Claveau
- Previous message (by thread): ulimit on open sockets ?
- Next message (by thread): TASK KILL
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list