Re: PostgreSQL IN A WEB SITE - Mailing list pgsql-novice

From John DeSoi
Subject Re: PostgreSQL IN A WEB SITE
Date
Msg-id D1486511-7D76-4C10-97F3-E663ACA05803@pgedit.com
Whole thread Raw
In response to PostgreSQL IN A WEB SITE  ("JORGE MALDONADO" <jorgemal1960@gmail.com>)
List 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.





pgsql-novice by date:

Previous
From: "JORGE MALDONADO"
Date:
Subject: PostgreSQL IN A WEB SITE
Next
From: "siva c"
Date:
Subject: Problem in Multiple table Join