General advice on database/web applications

From: "Mark Feller" <mfeller(at)mgako(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: General advice on database/web applications
Date: 2006-03-27 19:12:13
Message-ID: EOEEJCGPFEOMPLBPOALHIEGNFIAA.mfeller@mgako.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


I am developing a small web application. Currently, our web server is
sitting outside our firewall (running its own firewall), and the application
being developed would let users do things like place orders.

My question is...what and where is the database for this?

Do I have a small database on the webserver, that is then synch'd with a
"master" database inside our main firewall. Is this practical?

Does the webserver work directly with one database via VPN?

Do I put everything on the webserver? I would guess this last would be
least safe.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bricklen Anderson 2006-03-27 19:14:35 Re: frustrated by plpgsql procedure
Previous Message Dino Vliet 2006-03-27 19:10:33 frustrated by plpgsql procedure