Re: Connection Pooling

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: David Kerr <dmk(at)mr-paradox(dot)net>
Cc: Merlin Moncure <mmoncure(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Connection Pooling
Date: 2010-04-06 03:46:45
Message-ID: i2tdcc563d11004052046jd7d6c87dqa5fc477f4bd6b4e6@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Apr 5, 2010 at 2:36 PM, David Kerr <dmk(at)mr-paradox(dot)net> wrote:
> My app will have over 10k concurrent users. I have huge servers 32 cores (64bit), 64GB ram. RedHat linux.
>
> Those 10k users will all be logging in as one of 5 application users.

You should probably also look into memcached to take a lot of the read
load off of your databases.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Craig Ringer 2010-04-06 04:01:58 Re: "1-Click" installer problems
Previous Message Merlin Moncure 2010-04-06 02:44:53 Re: Connection Pooling