Re: PostgreSQL pre-fork speedup

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: PostgreSQL pre-fork speedup
Дата
Msg-id 409984BB.20804@dunslane.net
обсуждение исходный текст
Ответ на Re: PostgreSQL pre-fork speedup  (Rod Taylor <pg@rbt.ca>)
Список pgsql-hackers

Rod Taylor wrote:

>
>As a temporary step these types of things help. But it's still doesn't
>really fix the problem of Apache not using real connection pooling.
>
>  
>

Rod,

In principle, this should not be enormously hard to do - at least for 
Unix where the methods of handing off file handles between processes are 
fairly well known ( I have no idea if this is even possible on Windows).

Maybe you'd like to start a pgFoundry project to do it? It would be a 
great feather in the postgresql cap, and I think it's well worth doing.

cheers

andrew





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

Предыдущее
От: Rod Taylor
Дата:
Сообщение: Re: PostgreSQL pre-fork speedup
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Multiple Xids in PGPROC?