Re: Roadmap for a Win32 port

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: Roadmap for a Win32 port
Дата
Msg-id 3CFE8A79.84738F2F@fourpalms.org
обсуждение исходный текст
Ответ на Re: Roadmap for a Win32 port  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: Roadmap for a Win32 port  (Steve Howe <howe@carcass.dhs.org>)
Список pgsql-hackers
...
> Good summary.  I think we would support both threaded and fork()
> operation, and users can control which they prefer.  For a web backend
> where many sessions are a single query, people may want to give up the
> stability of fork() and go with threads, even on Unix.

I would think that we would build on our strengths of having a fork/exec
model for separate clients. A threaded model *could* benefit individual
clients who are doing queries on multiprocessor servers, and I would be
supportive of efforts to enable that.

But the requirements for that may be less severe than for managing
multiple clients within the same process, and imho there is not strong
requirement to enable the latter for our current crop of well supported
targets. If it came for free then great, but if it came with a high cost
then the choice is not as obvious. It is also not a *requirement* if we
were instead able to do the multiple threads for a single client
scenerio first.
                 - Thomas


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Operator Comments
Следующее
От: "Dann Corbit"
Дата:
Сообщение: Re: Roadmap for a Win32 port