Re: Ability to listen on two unix sockets

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Ability to listen on two unix sockets
Дата
Msg-id 201206061650.03345.andres@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: Ability to listen on two unix sockets  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Ability to listen on two unix sockets  (Honza Horak <hhorak@redhat.com>)
Re: Ability to listen on two unix sockets  (Honza Horak <hhorak@redhat.com>)
Список pgsql-hackers
On Wednesday, June 06, 2012 04:38:42 PM Tom Lane wrote:
> Florian Pflug <fgp@phlo.org> writes:

> > If we're going to have this at all, we should go all the way and
> > support an arbitrary number of sockets.
> 
> Well, that's what I wanted to discuss before Honza starts coding.
> It's not obvious that there are any use-cases for more than two.
> It's also not clear whether there is any value in supporting run-time
> rather than build-time configuration of the socket locations.  The
> Fedora use-case has no need of that, but if people can point to other
> cases where it would be sensible, we can write the patch that way.
I had the need to make pg available from multiple chroots via unix sockets. 
The same might come up more frequently with the availability of filesystem 
namespaces...

> You might think we should design this exactly like the TCP-socket
> multiple-listen-addresses case, ie just have a config variable
> containing a list of directory names.  The sticking point there is
> that the directories aren't really interchangeable.  In particular,
> there is still going to be one directory that is the one hard-wired
> into libpq.
I wonder if the whole issue doesn't require libpq to also try multiple 
hardcoded socket locations.

Andres

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Ability to listen on two unix sockets
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Ability to listen on two unix sockets