ASP.NET 页面加载肥皂调用
我正在专用服务器上对许多 ASP.NET 应用程序进行更改,并且想知道由此可能出现的潜在问题。 基本上,对于每个页面加载,我都需要至少对另一台服务器上的 SOAP 服务进行一次调用,以获取用户数据、处理它并呈现页面。
根据情况,我可能需要在 Page_Load 事件中对远程服务器进行一两次调用。
该站点每天处理大量流量,我想知道该站点在 ASP.NET 中进行的出站连接数量是否有限制。 即,是否建议建立与入站连接一样多的出站连接,以及该解决方案的可扩展性如何?
谢谢,
C
I'm making changes to a number of ASP.NET applications on a dedicated server and am wondering about the potential issues that might occur as a result of this.
Basically for every page load I will need to make at least one call to a SOAP service on another server to obtain user data process it and render the page.
I may have to make one or two calls to the remote server in the Page_Load event depending on the situation.
The site handles large amounts of traffic on a daily basis and I'm wondering if there are limits on the amount of outbound connections the site cam make from within ASP.NET.
i.e. is it advisable to make as many outbound connections as inbound and how scalable dose this solution sound to be?
Thanks,
C
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论