Re: Scaling postgres

From: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: slane(at)fmpro(dot)com, pgsql-general(at)postgresql(dot)org
Subject: Re: Scaling postgres
Date: 2002-04-14 00:45:56
Message-ID: 20020413204556.56a1a5c7.nconway@klamath.dyndns.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sun, 14 Apr 2002 10:38:06 +1000
"Martijn van Oosterhout" <kleptog(at)svana(dot)org> wrote:
> Also, an idling client generally does not keep a connection open to the
> Apache server. So if you have 800 people changing webpage once a minute,
> you're really only going to be handling 15 processes at the same time.

This assumes you're not using KeepAlives, in which case an httpd child
will wait around for KeepAliveTimeout seconds before serving other
clients.

Cheers,

Neil

--
Neil Conway <neilconway(at)rogers(dot)com>
PGP Key ID: DB3C29FC

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2002-04-14 01:04:38 Re: Scaling postgres
Previous Message Martijn van Oosterhout 2002-04-14 00:38:06 Re: Scaling postgres