Re: Postgresql and multithreading

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Postgresql and multithreading
Дата
Msg-id 3DAD54D2.24701.1536B9@localhost
обсуждение исходный текст
Ответ на Re: Postgresql and multithreading  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-hackers
On 16 Oct 2002 at 15:40, Gavin Sherry wrote:

> > In that case, I wonder if it is worth folking a new project to add
> > threading support to the backend?  Of course, keeping in sync with the
> > original would be lot of work.
> 
> http://sourceforge.net/projects/mtpgsql

Last discussion that happened for multithreading was not to add threads per 
connection like mysql, but to split tasks between threads so that IO blocking 
and efficiently using SMP abilities would be taken care off IIRC..

One thread per connection isn't going to change much, at least for mainstream 
postgresql. For embedded, it might be a necessity..

ByeShridhar

--
QOTD:    "You're so dumb you don't even have wisdom teeth."



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

Предыдущее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: Postgresql and multithreading
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: [GENERAL] Postgres-based system to run .org registry?