Re: Rails & pg setup question

Поиск
Список
Период
Сортировка
От Daniel Podlejski
Тема Re: Rails & pg setup question
Дата
Msg-id 20120225234102.GA5867@shell.ciemnogrod.eu
обсуждение исходный текст
Ответ на Rails & pg setup question  (Scott Ribe <scott_ribe@elevated-dev.com>)
Список pgsql-general
"Joshua D. Drake" <jd@commandprompt.com>:

>  Where pgbouncer might come in handy here, is that it can open more
>  connections than you have httpd processes, and thus you will reduce
>  the
>  fork cost of the new process just because someone hits the website.

Unfortunatelly, ActiveRecords (Rails ORM) >= 3.1 is broken by design:
https://github.com/rails/rails/issues/1627

--
Daniel Podlejski

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Rails & pg setup question
Следующее
От: Gavin Flower
Дата:
Сообщение: Re: Stability in Windows?