Re: Rails & pg setup question - Mailing list pgsql-general

From Daniel Podlejski
Subject Re: Rails & pg setup question
Date
Msg-id 20120225234102.GA5867@shell.ciemnogrod.eu
Whole thread Raw
In response to Rails & pg setup question  (Scott Ribe <scott_ribe@elevated-dev.com>)
List 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 by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: Rails & pg setup question
Next
From: Gavin Flower
Date:
Subject: Re: Stability in Windows?