Re: Killing Processes - Mailing list pgsql-admin

From Michael Fuhr
Subject Re: Killing Processes
Date
Msg-id 20050423204341.GA40800@winnie.fuhr.org
Whole thread Raw
In response to Re: Killing Processes  (Christopher Browne <cbbrowne@acm.org>)
List pgsql-admin
On Sat, Apr 23, 2005 at 02:00:11PM -0400, Christopher Browne wrote:
> In the last exciting episode, mike@fuhr.org (Michael Fuhr) wrote:
> >
> > kill usually sends TERM by default, not HUP.
> >
> > (I say "usually" only because I haven't personally examined every
> > implementation of kill in existence.  Every one I've used sends
> > TERM by default and I haven't heard of any that work otherwise.)
>
> The only "normative" standard that would seem meaningful would be
> POSIX.  A quick "google" doesn't find anything relevant there.

Yeah, I meant to check that.  My quick google yielded the following:

http://www.opengroup.org/onlinepubs/009695399/utilities/kill.html

"The sig argument is the value specified by the -s option, - signal_number
option, or the - signal_name option, or by SIGTERM, if none of these options
is specified."

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

pgsql-admin by date:

Previous
From: Manfred Rebentisch
Date:
Subject: Re: isolation level and autocommit
Next
From: Alvaro Herrera
Date:
Subject: Re: Product Suggestions