Re: Pre-forking backend

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Pre-forking backend
Дата
Msg-id 4752.1001788619@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Pre-forking backend  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Pre-forking backend
Re: Pre-forking backend
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> How hard would it be to pre-fork an extra backend

How are you going to pass the connection socket to an already-forked
child process?  AFAIK there's no remotely portable way ...
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Pre-forking backend
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Spinlock performance improvement proposal