1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 <2010> 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 <2010> 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: How to shutdown/restart a soft-ioc from a (watchdog) record |
From: | Ralph Lange <[email protected]> |
To: | Burkhard Kolb <[email protected]> |
Cc: | [email protected] |
Date: | Thu, 18 Nov 2010 09:49:53 -0500 |
On 18.11.2010 09:32, Burkhard Kolb wrote:Hi Ralph,
yes, I tried that. It exits only the thread. Same happens also when I try "exit"
on the iocsh. If I do a ^X in procServ, it kills it immediately - fine.
But I wanted to automate this.
Burkhard
Hi Burkhard,
In that case,
signal(getpid(), 9)
Sorry. Ralph