Re: Pre-forking backend

Поиск
Список
Период
Сортировка
От Daniel Varela Santoalla
Тема Re: Pre-forking backend
Дата
Msg-id 200110171721.TAA00771@hendrix.myip.org
обсуждение исходный текст
Ответ на Re: Pre-forking backend  (Lincoln Yeoh <lyeoh@pop.jaring.my>)
Список 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)


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Column names - time
Следующее
От: Bill Studenmund
Дата:
Сообщение: Re: Package support for Postgres