Re: PostgreSQL IN A WEB SITE

From: John DeSoi <desoi(at)pgedit(dot)com>
To: JORGE MALDONADO <jorgemal1960(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: PostgreSQL IN A WEB SITE
Date: 2008-06-04 23:47:38
Message-ID: D1486511-7D76-4C10-97F3-E663ACA05803@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice


On Jun 4, 2008, at 6:40 PM, JORGE MALDONADO wrote:

> I am developing an ASP.NET web site in which I will use PostgreSQL
> and such a site is going to be hosted in a hosting company (not in
> my server).
>
> All of the information will be processed through the ASP.NET
> application using ADO.NET.
>
> Does the hosting company need to have PostgreSQL installed in its
> server(s)?
> If not, is there an advantage if the hosting company has PostgreSQL
> installed?

Yes, you want PostgreSQL to be located in the same location as your
web server. In theory, it does not have to be, but the last thing you
want is for an interactive web site to be slow because database access
is over less than optimal networking.

John DeSoi, Ph.D.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message siva c 2008-06-06 18:15:20 Problem in Multiple table Join
Previous Message JORGE MALDONADO 2008-06-04 22:40:40 PostgreSQL IN A WEB SITE