Web 应用程序从其存在的服务器运行时非常慢
我们在同一网络中有两台服务器。其中之一是 Web 应用程序及其连接的数据库所在的服务器。当我从自己的服务器运行应用程序时,应用程序非常慢。但如果我从其他服务器运行它,它的速度相对较快。我被告知要检查防火墙,但相关服务甚至没有运行,因此防火墙已关闭。 两台服务器都是Win Server 2003。应用程序是用ASP.NET编写的,数据库是Oracle 10g。提前致谢
We have two servers in the same network. One of them is the server where a web application and the database it connects to resides. When I run the application from its own server applciation is very slow. But if I run it from the other server its relatively fast. I've been told to check Firewall but the related service is not even running so firewall is off.
Both of the servers are Win Server 2003. The application is written in ASP.NET and the databse is Oracle 10g. Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 ASP.Net 开发服务器时也会发生同样的情况,据我所知,该服务器被设计为将其资源分配给来自外国客户端的页面请求,这是因为 Web 服务器是为了处理许多外国 Web 请求而设计的。
另一件事是,如果 Oracle 服务器不是本地的,就会发生这种情况。
The same happens when using ASP.Net Development Server, from what I can tell, the server has been designed to assign its resources to page requests from foreign clients, this is due to the fact that web servers are made to server many foreign web requests.
Another thing, if the Oracle server is not local this will happen.