.NET中的分布式系统 [英] Distributed System in .NET

查看:80
本文介绍了.NET中的分布式系统的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

让我们说我们有一个分为三层的项目.假设数据层在server1上(假设在印度),业务逻辑层在server2上(假设在美国),而用户界面/Web服务在server3上.所有服务器在地理位置上都位于不同的位置.现在的问题是:-

1.如何维护对象的生存期?
2.服务器和服务器的状态管理如何客户端要进行管理?
3.您能给我一些参考网址吗?

问候,
Swaroop

Let us say we have a project which is three layered. Assume that the data layer is on server1(let us say its in India), Business Logic layer is on server2(lets say its in US) and the user interface/web services are on server3. All servers are at different locations geographically. Now the question is:-

1. How the lifetime of objects will be maintained?
2. How the State Management, both server & client side is going to be managed?
3. Can you give me some reference urls?

Regards,
Swaroop

推荐答案

将您的应用程序划分为这样的地理层是不明智的或不切实际的.

将各层放在同一站点上,并根据需要分发或复制您的数据.这将使用户操作更快,实现起来也更容易.
It is not advisable or practical to break your application into geographic layers like this.

Keep the layers together on the same site and distribute or replicate your data as needed. This will make things faster for the user and easier for you to implement.


这篇关于.NET中的分布式系统的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆