Re: [Off Topic] Software load balancing question

From: John R Pierce <pierce(at)hogranch(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: [Off Topic] Software load balancing question
Date: 2010-10-05 01:14:44
Message-ID: 4CAA7C04.3030009@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mike Christensen 2010-10-05 02:25:34 Re: [Off Topic] Software load balancing question
Previous Message Scott Marlowe 2010-10-05 00:51:43 Re: [Off Topic] Software load balancing question