Re: Anyone working on better transaction locking?

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: Anyone working on better transaction locking?
Дата
Msg-id 1050175777.392.13.camel@tokyo
обсуждение исходный текст
Ответ на Re: Anyone working on better transaction locking?  (Kevin Brown <kevin@sysexperts.com>)
Список pgsql-hackers
On Fri, 2003-04-11 at 17:32, Kevin Brown wrote:
> The big overhead in the process model on most platforms is in creation
> and destruction of processes.  PostgreSQL has a relatively high
> connection startup cost.  But there are ways of dealing with this
> problem other than threading, namely the use of a connection caching
> middleware layer.

Furthermore, IIRC PostgreSQL's relatively slow connection creation time
has as much to do with other per-backend initialization work as it does
with the time to actually fork() a new backend. If there is interest in
optimizing backend startup time, my guess would be that there is plenty
of room for improvement without requiring the replacement of processes
with threads.

Cheers,

Neil



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

Предыдущее
От: "Michael Paesold"
Дата:
Сообщение: Re: Backpatch FK changes to 7.3 and 7.2?
Следующее
От: "Michael Paesold"
Дата:
Сообщение: Re: Anyone working on better transaction locking?