On Tue, 30 Oct 2012 17:39:38 -0400
Michael Lueck <mlu...@lueckdatasystems.com> wrote:

> Manfred Lotz wrote:
> > No, this is not true. You cannot intercept a kill -s SIGKILL.
> > SIGKILL is signal 9.
> >
> > However, you easily can intercept a SIGTERM. Try this small C
> > snippet, and a kill <pid> won't do any harm to the process.
> 
> Deja Vu of the OS/2 API and the lack of a DosKillWithExtremePrejudice
> API! ;-)
> 
> Same old story, different OS.
> 

Hm, I don't know OS/2 very much. 

However, there is no lack in Linux API in this case. The only question
is if it is possible to intercept a SIGTERM in a REXX script. I didn't
find how. As I showed it is easily possible in C.



-- 
Manfred

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to