Ruby & PostgreSQL, citation

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Ruby & PostgreSQL, citation
Date: 2005-08-08 16:48:51
Message-ID: 200508080948.51847.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

Thanks to one of the Greenplum folks:

=====================================
Excerpt from the Agile Rails Development book ( beta )

Mortgage processing engine (www.rapidreporting.com)

Rapid Reporting is running their identity and income verification engine on
top of a Rails system. It’s used by roughly 80% of the top 1000 mortgage
underwriters in the United States and is built to handle 2 million mortgage
application transactions per month.
During their initial tests to assert whether Rails was a usable platform
for their application, they did 3,000 requests per second on a simple test
application across their 10 machine cluster. The real application processes
somewhere around 300 requests/second on a similar setup, performing
interesting business logic. Processing mortgages means following GLBA
compliance, so audit trails are generated and permissions are checked in
many places.
The application uses PostgreSQL for the database, lighttpd on the web
server, and around 10 FastCGIs per application server sitting behind a
virtual server with IP tunneling.17 Using a director setup such as this
enables them to add and remove additional FastCGIs without restarting
the web server. That, in turn, enables the automation of the process. A
daemon monitors the load and assigns more FastCGIs from their cluster
to handle the load when it peaks.
This is a real commercial application. It may sound boring, but it might
well help determine whether you’re going to get authorized to buy your
next house.
============================================

--
Josh Berkus
Aglio Database Solutions
San Francisco

Browse pgsql-advocacy by date

  From Date Subject
Next Message Josh Berkus 2005-08-08 17:23:08 Re: PostgreSQL Booth at LinuxWorld
Previous Message Josh Berkus 2005-08-08 16:33:54 Change in Schedule for LWE BOF