Re: killing own process in windows

2010-03-07 Thread News123
Hi Cristian, Christian Heimes wrote: > News123 wrote: >> Hi, >> >> >> How can I kill my own process? >> >> Some multithreaded programs, that I have are unable to stop when ctrl-C >> is pressed. >> Some can't be stopped with sys.exit() > > You have to terminate the XMP-RPC server or the manager fi

Re: killing own process in windows

2010-03-07 Thread Christian Heimes
News123 wrote: > Hi, > > > How can I kill my own process? > > Some multithreaded programs, that I have are unable to stop when ctrl-C > is pressed. > Some can't be stopped with sys.exit() You have to terminate the XMP-RPC server or the manager first. Check the docs! You can terminate a Python

Re: killing own process in windows

2010-03-07 Thread Martin P. Hellwig
On 03/07/10 21:54, News123 wrote: Hi Martin. Hellwig wrote: On 03/07/10 21:08, News123 wrote: Hi, How can I kill my own process? Some multithreaded programs, that I have are unable to stop when ctrl-C is pressed. Some can't be stopped with sys.exit() So I'd just like to terminate my own pro

Re: killing own process in windows

2010-03-07 Thread News123
Hi Martin. Hellwig wrote: > On 03/07/10 21:08, News123 wrote: >> Hi, >> >> >> How can I kill my own process? >> >> Some multithreaded programs, that I have are unable to stop when ctrl-C >> is pressed. >> Some can't be stopped with sys.exit() >> >> So I'd just like to terminate my own program. >> >

Re: killing own process in windows

2010-03-07 Thread Martin P. Hellwig
On 03/07/10 21:08, News123 wrote: Hi, How can I kill my own process? Some multithreaded programs, that I have are unable to stop when ctrl-C is pressed. Some can't be stopped with sys.exit() So I'd just like to terminate my own program. Examples of non killable (not killable with CTRL-C) pr

killing own process in windows

2010-03-07 Thread News123
Hi, How can I kill my own process? Some multithreaded programs, that I have are unable to stop when ctrl-C is pressed. Some can't be stopped with sys.exit() So I'd just like to terminate my own program. Examples of non killable (not killable with CTRL-C) programs: - A program, that started an