Re: serverless postgresql

Поиск
Список
Период
Сортировка
От Jonathan Bartlett
Тема Re: serverless postgresql
Дата
Msg-id Pine.GSU.4.44.0401150734030.24370-100000@eskimo.com
обсуждение исходный текст
Ответ на Re: serverless postgresql  (David Garamond <lists@zara.6.isreserved.com>)
Список pgsql-general
> Do the developers generally oppose the idea of a threaded (but
> non-embedded) backend as well? If the backend is thread-safe, then users
> can still choose to run multiprocess or multithreaded right?

I've been under the impression that the developers were opposed to a
threaded server because of the complete lack of consistency in threading
behavior across platforms.  However, I don't see how doing it as a
multiprocess server as apposed to a multithreaded server affects embedded
use - as long as it can simply be called from a library, why would a user
or developer care?

Jon


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

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: Returning large select results from stored procedures
Следующее
От: Karsten Hilbert
Дата:
Сообщение: Re: Using regular expressions in LIKE