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
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
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
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.
>>
>
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
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