本文介绍了一个Web应用程序有多个服务器.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在ASP.Net方案中,应用程序"A"将请求发送到服务器"X".如果服务器"X"繁忙,则无法满足请求.在这种情况下,请求将发送到服务器"Y".
现在的问题是-服务器"Y"如何知道服务器"X"无法满足此请求
AND
应用程序如何知道该请求应发送到服务器"Y"?
请尽快回复.
在此先感谢
Hemank Lowe
In ASP.Net scenario, An application ''A'' sends the request to Server ''X''. If Server ''X'' is busy then request could not be fulfilled. In this case request goes to Server ''Y''.
Now question is - How the Server ''Y'' knows that this request could not fulfilled by server ''X''
AND
How the application knows that request should send to Server ''Y''?
Kindly reply ASAP.
Thanks in advance
Hemank Lowe
推荐答案
这篇关于一个Web应用程序有多个服务器.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!