Re: Connection pooling. - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Connection pooling.
Date
Msg-id 200007120428.AAA06357@candle.pha.pa.us
Whole thread Raw
In response to Re: Connection pooling.  (Jeffery Collins <collins@onyx-technologies.com>)
Responses Re: Connection pooling.  (Alfred Perlstein <bright@wintelcom.net>)
List pgsql-hackers
> It seems like a first step would be to just have postmaster cache unused
> connections.  In other words if a client closes a connection, postmaster
> keeps the connection and the child process around for the next connect
> request.  This has many of your advantages, but not all.  However, it seems
> like it would be simpler than attempting to multiplex a connection between
> multiple clients.
> 

This does seem like a good optimization.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Re: Connection pooling.
Next
From: Philip Warner
Date:
Subject: Re: Performance problem in aset.c