Re: What is the practical limitation of no multi-threading?
В списке pgsql-general по дате отправления:
| От | Doug McNaught |
|---|---|
| Тема | Re: What is the practical limitation of no multi-threading? |
| Дата | |
| Msg-id | m37kru4zjw.fsf@belphigor.mcnaught.org обсуждение |
| Ответ на | What is the practical limitation of no multi-threading? (Brian Beuning <bbeuning@mindspring.com>) |
| Список | pgsql-general |
"Robert B. Easter" <reaster@comptechnews.com> writes: > Not being multithreaded may only be a big deal if your application connects > and disconnects from the database at high rates. In that situation, such an > application would suffer the poorer performance of multiprocess servers like > Postgres since it is significantly more time consuming to copy the memory > management unit (mmu) state, or at least to load a new program image (the > backend), than with threads which share mmu state and program image. Absolutely true, but in such a case you should be using connection pooling on the client side anyhow, as even threaded commercial databases (Oracle/Informix etc) have a lot of connection startup overhead. -Doug -- Let us cross over the river, and rest under the shade of the trees. --T. J. Jackson, 1863
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера