Re: Data transfer between databases over the Internet

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To: John McCawley <nospam(at)hardgeus(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Data transfer between databases over the Internet
Date: 2006-11-22 16:58:54
Message-ID: 456481CE.5080305@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

John McCawley wrote:
> I'm not really sure what switching development platforms for the tool
> would buy me. Are you saying that the wire-protocol used by vb.net
> and C# etc. is substantially faster than what is available in VB?
> Regarding ASP.net, I don't really see how a web app would help here,
> as it has to run on hundreds of client machines...Are you suggesting
> that I install a webserver on them?
>
>
I would say it probably is a bit faster, but the nice thing is there is
no client libraries required, hence a thinner deployment.

With a web application you would have the application run at a single
web server and the clients would access through a browser. That way you
would not have to deploy anything.

--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alvaro Herrera 2006-11-22 17:00:46 Re: MSSQL to PostgreSQL : Encoding problem
Previous Message Merlin Moncure 2006-11-22 16:57:16 Re: Data transfer between databases over the Internet