From: | John R Pierce <pierce(at)hogranch(dot)com> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Www emulator |
Date: | 2011-11-08 07:08:15 |
Message-ID: | 4EB8D55F.3050004@hogranch.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 11/07/11 10:25 PM, pasman pasmański wrote:
> Thanks for reply.
> I have simple www server.
> Today postgres and www server are on single computer. Plan is to
> reduce cpu consumption by client application which translate requests
> from internet explorer directly to postgres.
that 'client application' would in fact be a web server. http
requests are nothing like SQL transactions. typically, your web server
implements an application which uses the database to store the results
of whatever it is the web application generates (sales orders, forum
pages, etc).
--
john r pierce N 37, W 122
santa cruz ca mid-left coast
From | Date | Subject | |
---|---|---|---|
Next Message | John R Pierce | 2011-11-08 07:15:08 | Re: Postgres vs other Postgres based MPP implementations |
Previous Message | Ondrej Ivanič | 2011-11-08 06:49:37 | Re: Postgres vs other Postgres based MPP implementations |