IIS 7.5每个系统的最大并发请求数

编程入门 行业动态 更新时间:2024-10-26 12:26:33
本文介绍了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每个系统的最大并发请求数

本文发布于:2023-11-23 09:33:31,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1620956.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:系统   IIS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!