Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is a distributed architecture?

0
Posted

What is a distributed architecture?

0

What is an ORB? • How do I create CORBA clients and servers? • What is an Interface Repository, and how do I use it? • What are static and dynamic binding and how do I use them? • How can I call Java and Delphi CORBA servers? What is a Distributed Architecture? • It’s a codified way to call functions remotely. • We’ve seen computing progrees from applications to DLLs to RPCs • Our power as programmers is reaching not across a single machine, but across entire networks. • CORBA is object oriented and interface based. Its a humungous VCL or OWL spread out across a network. • You end up with objects living on the network. “The network is the computer” • The point is to make a network appear intelligent just as we think of computers as being intelligent. • CORBA and DCOM are just buffed up versions of the web. They are the super hero versions of CGI or ISAPI. • Unlike the Web, CORBA doesn’t rely on HTML, and it is truly Object Oriented. • A “remote” server can be on your own machine or on

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123