Re: killing process question - Mailing list pgsql-general

From Johnson, Shaunn
Subject Re: killing process question
Date
Msg-id 73309C2FDD95D11192E60008C7B1D5BB04C73F78@snt452.corp.bcbsm.com
Whole thread Raw
In response to killing process question  ("Johnson, Shaunn" <SJohnson6@bcbsm.com>)
Responses Re: killing process question  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
List pgsql-general
--thanks for the reply:
 
--no, I don't see anything like that.  this is what I have:
 
[snip]
 
postgres  3488  5.6  0.0 11412    4 pts/4    T    Sep18  88:53 postgres: joe testdb 16.xx.xx.xx SELECT
[/snip]
 
--this tells me that this proc had been running once upon a time (since the 18th) and
--has stopped (the 'T').  the user has said that he had since killed the tool
--that connected to the database and booted his machine.
 
--so ... when I do a 'kill pid' or 'kill -TERM pid' ... *poof* ... nothing happens ...
 
--what am I missing?
 
-X
-----Original Message-----
From: Søren Neigaard [mailto:s.neigaard@mobilethink.dk]
Sent: Thursday, September 19, 2002 10:32 AM
To: Johnson, Shaunn
Subject: SV: [GENERAL] killing process question

Are you sure they are just hanging around, it could be a connection pool that keeps those processe running!? Du you use a connectionpool/databasepool?
 
/Søren
-----Oprindelig meddelelse-----
Fra: pgsql-general-owner@postgresql.org [mailto:pgsql-general-owner@postgresql.org]På vegne af Johnson, Shaunn
Sendt: 19. september 2002 16:09
Til: pgsql-general@postgresql.org
Emne: [GENERAL] killing process question

Howdy:

Running PostgreSQL 7.2.1 on RedHat Linux 7.2 kernel 2.4.7.

I have some processes that are just hanging around and I'm
trying to kill them.  I know I'm not supposed to use
'kill -9 pid', but when I try to use 'kill -TERM pid'
nothing happens.

How can I safely and effectively kill a process that is
too stubborn to go away?

-X

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: NUMERIC and arithmetics
Next
From: Tom Lane
Date:
Subject: Re: array issue....