AW: Using Threads?

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB
Тема AW: Using Threads?
Дата
Msg-id 11C1E6749A55D411A9670001FA68796336816F@sdexcsrv1.f000.d0188.sd.spardat.at
обсуждение исходный текст
Список pgsql-hackers
> This brings up a good point.   Threads are mostly useful when you have
> multiple processes that need to share lots of data, and the interprocess
> overhead is excessive.  Because we already have that shared memory area,
> this benefit of threads doesn't buy us much.  We sort of already have
> done the _shared_ part, and the addition of sharing our data pages is
> not much of a win.

I agree, that this is not the issue. The only issue for PostgreSQL would be to 
efficiently support tenthousands of users.

Andreas


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

Предыдущее
От: The Hermit Hacker
Дата:
Сообщение: Re: v7.1 beta 1 ...packaged, finally ...
Следующее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: Using Threads?