IIS 7.5每个系统的最大并发请求数 [英] IIS 7.5 Max Concurrent requests per system

查看:271
本文介绍了IIS 7.5每个系统的最大并发请求数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Windows Server 2008 R2 SP1上托管了一个ASP.NET MVC5 Web应用程序。在这个网站上有一个上传文件部分,用户可以上传最大为1 GB的大文件。当他们点击上传按钮时,将打开另一个弹出窗口,允许用户在上传文件期间执行其他操作。我使用MvcFileUploader进行上传。问题是在上传过程正常时,他们无法从网站上打开其他页面。我在上传文件时测试了这些项目:



用户可以打开其他网站(结果是上传者没有使用整个网络流量)

当用户上传时,来自其他系统的其他用户可以轻松打开我们的网站(结果是IIS服务器正在运行且没有响应)

所以我想出了这个结论,某处应该是对每个IP /系统的最大并发连接的限制。我对吗?你有什么建议吗?我已经用这些更改了MvcFileUploader默认配置:



limitConcurrentUploads:1,

sequentialUploads:true,

I hosted an ASP.NET MVC5 web application on a windows server 2008 R2 SP1. in this website there is a upload file section which users can upload large files with max size of 1 GB. When they click on upload button another popup window will be opened to allow users do other things during files are being uploaded. I used MvcFileUploader for upload. The problem is while upload process is working, they can't open other pages from the site. I have tested theses items when files are uploading:

Users can open other websites ( result is uploader isn't using the whole available network traffic)
While a user is uploading, other users from another system can open our website easily (result is IIS server is working and isn't not responding)
So I came up with this conclusion that somewhere should be a restriction for max concurrent connection from each IP/system. Am I right? do you have any suggestions? I have already changed MvcFileUploader default configuration with these:

limitConcurrentUploads: 1,
sequentialUploads: true,

推荐答案

我将上传程序进程移动到一个新的应用程序,这不会使主站点的进程繁忙。
I moved uploader process to a new application which won't keep the main site's process busy.


这篇关于IIS 7.5每个系统的最大并发请求数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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