Re: Connecting remotely - multi tier

From: "Adam Lang" <aalang(at)rutgersinsurance(dot)com>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: Re: Connecting remotely - multi tier
Date: 2000-11-13 21:12:34
Message-ID: 017801c04db6$71867e00$330a0a0a@6014cwpza006
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Corba? Hmmm. Will have to look into it. As for XML.... Microsoft has been
plans on using it for multi-plaform communication. This is their idea in a
nutshell.

Webservers act as the "middle tier" which applications talk to. MS is going
to wrap its COM components in XML so that way foreign hosts can interpret
the data coming in over HTTP requests. As long as the hosts can understand
XML, you can write a windows desktop app to interface with it.

And this is not just "windows desktop to other platforms". This will also
allow non-windows hosts to communicate with windows servers and desktops.
They are trying to make it work for two-way communication. I believe it is
their whole Biztalk initiative. They even have SQL Server able to return
queries in XML format as well as service queries over HTTP requests from a
webbrowser by typing the query as part of the URL.

Adam Lang
Systems Engineer
Rutgers Casualty Insurance Company
----- Original Message -----
From: "Joachim Achtzehnter" <joachim(at)kraut(dot)ca>
To: <pgsql-interfaces(at)postgresql(dot)org>
Sent: Monday, November 13, 2000 3:48 PM
Subject: Re: [INTERFACES] Connecting remotely - multi tier

> Today, in a message to pgsql-interfaces, Adam Lang wrote:
> >
> > Windows applications in a distributed architecture connect over RPC
> > and DCOM.
>
> If you use CORBA instead of DCOM you can easily communicate between
> Windows and Linux/UNIX hosts.
>
> > or waiting till XML comes around more,
>
> XML is already everywhere, even Microsoft has XML support. But XML is
> just a document format, not a communication protocol, hence even if
> you use XML you still need to decide what protocol you use to move XML
> from host to host.
>
> Joachim
>
> --
> work: joachima(at)realtimeint(dot)com (http://www.realtimeint.com)
> private: joachim(at)kraut(dot)ca (http://www.kraut.ca)

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Red Pineseed 2000-11-13 21:42:55 Re: Connecting remotely - multi tier
Previous Message Adam Lang 2000-11-13 21:07:08 Re: Connecting remotely - multi tier