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.
当用户中断长时间运行的搜索操作(例如,通过关闭浏览器窗口或按 F5)时,SharePoint 2010(有 FAST 和没有 FAST)如何反应。它会检测到这一点并取消底层 SQL 查询,还是会继续在后台运行?
一旦用户点击搜索并且服务器收到请求,无论用户做什么,服务器都会执行该请求。即使单击停止或关闭浏览器,整个请求也会执行。当服务器尝试发回响应时,它会看到连接已关闭并且无处可传递响应,因此将其丢弃。