Microsoft's remote processing framework. NET Remoting (to Skynet)

Source: Internet
Author: User
Tags soap
Microsoft's. NET Remoting provides a framework that allows an object to interact with another object through an application domain. This article will introduce its features through two specific code examples. Through. NET Remoting, the communication between the two applications will become very simple and flexible.
<Br>
<Br>
<Br>
In the computer world over the past few years, there have been constant discussions on scale-out and scale-up, there is also a tendency to convert to scale-out. In the past, when computers couldn't keep up with the performance requirements of applications, people would buy a better and more expensive machine, which is scale-up, scale-out solves this problem by adding more machines to the network, so that the entire system does not need to be replaced. By assigning the computing burden to multiple systems, the entire system has higher availability. <Br>
<Br>
If we push this scale-out idea further, we may find that: why should we put the processing like credit card verification and shipping tracking in our system? Can it be easier to call the seller's applications to directly obtain these services? If we can do this, we can extend the functions of our programs without adding additional hardware. It is worth noting that this will change the role of another ISV (independent software developer) from a software provider to a service provider. <Br>
<Br>
This idea is good, but there are a lot of problems in the current technology to implement it. DCOM has problems when working across firewalls. DCOM is built on private protocols, while CORBA has different interfaces. It would be even more difficult to put DCOM and CORBA together. <Br>
<Br>
To achieve this scale-out idea, we need a component technology that can work seamlessly across multiple types of networks and protocols. Remote. NET can achieve this. <Br>
<Br>
This seamless interaction is achieved through the use of XML and SOAP. However, it does not identify SOAP as the only method for component interaction, nor does it identify HTTP or TCP/IP as the network protocol used to connect to these services. This makes the remote architecture more flexible and can adapt to protocol and network changes. <Br>

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.