From: | Daniel Varela Santoalla <dvs(at)arrakis(dot)es> |
---|---|
To: | Lincoln Yeoh <lyeoh(at)pop(dot)jaring(dot)my> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Pre-forking backend |
Date: | 2001-10-17 17:21:51 |
Message-ID: | 200110171721.TAA00771@hendrix.myip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon 15 Oct 2001 04:32, you wrote:
DBBalancer (http://www.sourceforge.net/projects/dbbalancer/) does something
like that.
>
> Create a small program that makes a few connections to postgresql, does
> some initialization, preconnects to various DBs (or maybe limited to one DB
> specified on startup), and listens on one port/socket. It might not even
> prefork, just cache connections so first connection is slow, subsequent
> ones are cached along with the user-pass for faster authentication.
>
> Then your apps can connect to that small program, authenticate, and get the
> relevant connection. Call it a "Listener" if you want ;).
--
----------------------------------
Regards from Spain. Daniel Varela
----------------------------------
If you think education is expensive, try ignorance.
-Derek Bok (Former Harvard President)
From | Date | Subject | |
---|---|---|---|
Next Message | D'Arcy J.M. Cain | 2001-10-17 19:46:17 | pg_sorttemp files |
Previous Message | Bruce Momjian | 2001-10-17 16:11:23 | Re: To Postgres Devs : Wouldn't changing the select limit |