Re: Using Threads?

Поиск
Список
Период
Сортировка
От Lamar Owen
Тема Re: Using Threads?
Дата
Msg-id 3A2C4274.D58673CA@wgcr.org
обсуждение исходный текст
Ответ на RE: Using Threads?  (Matthew <matt@ctlno.com>)
Список pgsql-hackers
Matthew wrote:
>         The primary advantage that I see is that a single postgres process
> can benefit from multiple processors. I see little advantage to using thread
> for client connections.

Multiprocessors best benefit multiple backends.  And the current forked
model lends itself admirably to SMP.

And I say that even after using a multithreaded webserver (AOLserver)
for three and a half years.  Of course, AOLserver also sanely uses the
multi process PostgreSQL backends in a pooled fashion, but that's beside
the point.
--
Lamar Owen
WGCR Internet Radio
1 Peter 4:11


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

Предыдущее
От: Bruce Guenter
Дата:
Сообщение: Re: Using Threads?
Следующее
От: ncm@zembu.com (Nathan Myers)
Дата:
Сообщение: Re: Bitmap index