Re: Connection pooling.

From: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
To: Jeffery Collins <collins(at)onyx-technologies(dot)com>, pgsql-hackers(at)hub(dot)org
Subject: Re: Connection pooling.
Date: 2000-07-12 04:24:40
Message-ID: 3.0.5.32.20000712142440.01e16210@mail.rhyme.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At 23:10 11/07/00 -0400, Jeffery Collins wrote:
>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.
>

Add the ability to tell the postmaster to keep a certain number of 'free'
servers (up to a max total, of course), and you can then design your apps
to connect/disconnect very quickly. This way you don't need to request a
client to get off - you trust the app designer to disconnect whenever they
can.

----------------------------------------------------------------
Philip Warner | __---_____
Albatross Consulting Pty. Ltd. |----/ - \
(A.C.N. 008 659 498) | /(@) ______---_
Tel: (+61) 0500 83 82 81 | _________ \
Fax: (+61) 0500 83 82 82 | ___________ |
Http://www.rhyme.com.au | / \|
| --________--
PGP key available upon request, | /
and from pgp5.ai.mit.edu:11371 |/

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-07-12 04:28:46 Re: Connection pooling.
Previous Message Philip Warner 2000-07-12 04:20:08 Re: Performance problem in aset.c