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.
如何克服 IIS 7 中具有多个应用程序池的缓慢加载应用程序?并且没有请求等待服务器加载(以防回收)并创建队列。但是在第一个请求到达之前,在达到回收条件的同时加载服务器。谢谢,奥什拉特。
您确定加载缓慢不是等待原始池完成的结果吗?如果应用程序池启用了“禁用重叠回收”设置,则可能会发生这种情况。
应用程序将在收到第一个请求时加载其初始状态。因此,您可以考虑使用一个小工具,它的工作是在真正的用户尝试使用它之前 ping 应用程序以使其启动。