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.
我有两个 WCF 服务,ServiceA 和 ServiceB。两者都托管在不同机器的 IIS7.5 中。
ServiceA 正在调用 ServiceB,而 ServiceB 正在处理请求 ServiceA 终止连接(由于 IIS 重置或其他原因)。
现在的问题是 ServiceB 将如何对这些请求做出反应,以及这将如何影响 ServiceB 工作进程?