Re: Rails & pg setup question

From: Daniel Podlejski <underley(at)ciemnogrod(dot)eu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Rails & pg setup question
Date: 2012-02-25 23:41:02
Message-ID: 20120225234102.GA5867@shell.ciemnogrod.eu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Joshua D. Drake" <jd(at)commandprompt(dot)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

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Keller 2012-02-26 00:54:52 Four issues why "old elephants" lack performance: Explanation sought Four issues why "old elephants" lack performance: Explanation sought
Previous Message Joshua D. Drake 2012-02-25 17:55:07 Re: Rails & pg setup question