Re: [Off Topic] Software load balancing question - Mailing list pgsql-general

From John R Pierce
Subject Re: [Off Topic] Software load balancing question
Date
Msg-id 4CAA7C04.3030009@hogranch.com
Whole thread Raw
In response to Re: [Off Topic] Software load balancing question  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-general
  On 10/04/10 5:51 PM, Scott Marlowe wrote:
> Build a light apache server and use mod proxy to reverse proxy the dir
> where your dynamic pages come from on a heavy server.

or even lighttp or nginx or similar on the front end server.   These
servers are very suitable for serving lots of static content fast
without consuming much resources.  save your heavy lifting  machine for
the database server.

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: [Off Topic] Software load balancing question
Next
From: Ben Madin
Date:
Subject: Re: Having two simultaneous and similar database