Re: Forcing connections closed

From: Juan Miguel <juanmime(at)ono(dot)com>
To: PGSQL Admin <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Forcing connections closed
Date: 2004-02-01 21:47:38
Message-ID: 401D73FA.1070808@ono.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


>'kill -9' PID will force all backends to flush cache for no good reason.
>
>Note that on most unixes, a plain kill PID will send the term signal,
>which tells the process to poltely shutdown and release resources. kill
>-9 is like using a sledge hammer to swat a fly for this.
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 4: Don't 'kill -9' the postmaster
>
>
>
;-) Yes, you are on the right. "kill -9", is the last try, but often you
have to do "kill -9" for killing a procces, even sometimes, 'kill -9'
does not work (often when the process is acceding to a hardware device -
a CD for example -).

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Bruce Momjian 2004-02-01 22:10:38 Re: HELP! Passwords stuck in passwd file!
Previous Message Michael Allman 2004-02-01 19:07:51 HELP! Passwords stuck in passwd file!