Remoting Technologies Available Today

Forms of Remoting have been usable from Delphi for a long time.

You could have used the COM/DCOM or CORBA frameworks included since version 3, the support for SOAP WebServices introduced in version 6, or even just simple TCP/IP components such as Indy.

The following section lists some of the most common remoting technologies available in the IT industry.

Sockets

Sockets are the basis of all network communication and allow developers to access network resources as if they were streams.

Sockets give full control to developers when it comes to low-level features. Unfortunately, sockets are difficult to program and add unnecessary complexity to the development of distributed applications.

All the other technologies ...

Get Delphi for .NET Developer’s Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.