Re: [HACKERS] question on backends

2002-07-30 Thread Christopher Kings-Lynne
esday, 30 July 2002 12:11 AM > To: Christopher Kings-Lynne > Cc: Luis Alberto Amigo Navarro; [EMAIL PROTECTED] > Subject: Re: [HACKERS] question on backends > > > On Mon, Jul 29, 2002 at 11:28:54PM +0800, Christopher Kings-Lynne wrote: > > libpq has a function pconnect as o

Re: [HACKERS] question on backends

2002-07-29 Thread Hannu Krosing
> > Sent: Monday, July 29, 2002 9:40 PM > Subject: Re: [HACKERS] question on backends > > > > On Mon, 2002-07-29 at 20:21, Luis Alberto Amigo Navarro wrote: > > > if i put debug_level=1 i get for one connect and several inserts on > backend > > > die

Re: [HACKERS] question on backends

2002-07-29 Thread Luis Alberto Amigo Navarro
libpq PQsetdb( - Original Message - From: "Hannu Krosing" <[EMAIL PROTECTED]> To: "Luis Alberto Amigo Navarro" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, July 29, 2002 9:40 PM Subject: Re: [HACKERS] question on backends >

Re: [HACKERS] question on backends

2002-07-29 Thread Hannu Krosing
On Mon, 2002-07-29 at 20:21, Luis Alberto Amigo Navarro wrote: > if i put debug_level=1 i get for one connect and several inserts on backend > die after each insert What client do you use ? -- Hannu ---(end of broadcast)--- TIP 4: Don't '

Re: [HACKERS] question on backends

2002-07-29 Thread Luis Alberto Amigo Navarro
day, July 29, 2002 8:42 PM Subject: Re: [HACKERS] question on backends > On Mon, 2002-07-29 at 11:32, Luis Alberto Amigo Navarro wrote: > > Hi all > > As I understand every time there is a request to postgres a new backend > > is made, and when the request is finished, even if t

Re: [HACKERS] question on backends

2002-07-29 Thread Hannu Krosing
On Mon, 2002-07-29 at 11:32, Luis Alberto Amigo Navarro wrote: > Hi all > As I understand every time there is a request to postgres a new backend > is made, and when the request is finished, even if the connection is > already active the backend dies. I think you have misunderstood it. A new back

Re: [HACKERS] question on backends

2002-07-29 Thread Neil Conway
On Mon, Jul 29, 2002 at 11:28:54PM +0800, Christopher Kings-Lynne wrote: > libpq has a function pconnect as opposed to connect that will do it. libpq has neither function, AFAIK. As for persistent backends, it's on the TODO list, but I'm not aware that anyone has put any work into implementing i

Re: [HACKERS] question on backends

2002-07-29 Thread Christopher Kings-Lynne
, July 29, 2002 7:00 PM Subject: Re: [HACKERS] question on backends How? - Original Message - From: Christopher Kings-Lynne To: Luis Alberto Amigo Navarro ; [EMAIL PROTECTED] Sent: Monday, July 29, 2002 12:36 PM Subject: Re: [HACKERS

Re: [HACKERS] question on backends

2002-07-29 Thread Luis Alberto Amigo Navarro
How? - Original Message - From: Christopher Kings-Lynne To: Luis Alberto Amigo Navarro ; [EMAIL PROTECTED] Sent: Monday, July 29, 2002 12:36 PM Subject: Re: [HACKERS] question on backends Just use persistent connections.   Chris - Original

Re: [HACKERS] question on backends

2002-07-29 Thread Christopher Kings-Lynne
Just use persistent connections.   Chris - Original Message - From: Luis Alberto Amigo Navarro To: [EMAIL PROTECTED] Sent: Monday, July 29, 2002 5:32 PM Subject: [HACKERS] question on backends Hi all As I understand every time there is a request to pos