Re: 2CPU 4GBRAM

From: Christopher Browne <cbbrowne(at)libertyrms(dot)info>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: 2CPU 4GBRAM
Date: 2003-12-09 22:27:33
Message-ID: 60smjt8w4q.fsf@dev6.int.libertyrms.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

peter_e(at)gmx(dot)net (Peter Eisentraut) writes:
> Jose Mendoza wrote:
>> I intend to use the postgreSQL in several projects that requiere to
>> attend about 1000 - 2500 users in a chain of retail stores. Is is
>> that possible? Or is beyond that the postgresql possibilities?
>
> That is certainly easily possible.

Well, a couple thousand concurrent users, on a fairly small server,
may prove challenging. The database connections alone will chew a
fair bit of memory, and postmasters rather more.

It may be a nifty idea to build an application that sits in between
that queues up requests so that the DBMS doesn't have to cope with
managing thousands of concurrent connections, that are not,
individually, terribly busy, but instead has 50 connections that are
kept pretty busy.

IBM sells a product called MQSeries that does that; I seem to recall
that Microsoft paid an Israeli company to develop a 'clone,' now
called MSMQ. Apparently pretty good stuff, where applicable...
--
let name="cbbrowne" and tld="libertyrms.info" in String.concat "@" [name;tld];;
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 646 3304 x124 (land)

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Anjan Dave 2003-12-09 22:35:54 Upgrading from 7.2.4 (RH 8) to 7.4 (RH9)
Previous Message Christopher Browne 2003-12-09 22:20:21 Re: 2CPU 4GBRAM