Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我用 asp.net 创建了一个网站,该网站处理数据库中的数据并写入屏幕格式的 XML(未保存的 XML)
它运行良好,但是当它收到连续的 40-50 请求时,IIS 没有响应并被阻塞。
我认为IIS能够获得有限的人请求,我该如何改变它?
http://support.microsoft.com/kb/821268
您通常会耗尽线程池。