WCF服务调用 - 一次只执行一个请求

WCF服务调用 - 一次只执行一个请求

问题描述:

WCF服务电话 - 一次只执行一项请求



使用 basichttpBinding

我已经尝试了

实例模式= 每次调用和并发= 多次

实例模式= 每次调用和并发=



在wcf-service日志中都显示相同的结果,

请求等待在队列中直到处理了一个请求。

正在处理单个请求



有没有办法调用wcf同时运行多个实例?

WCF service call - only one request is being executed at a time

using basichttpBinding
I have tried
Instance mode = Per Call and Concurrency = Multiple
Instance mode = Per Call and Concurrency = Single

both shows same result in wcf-service log,
requests wait in queue untill one request processed.
At a time single request is being processed

Is there any way to call wcf run many instances simultaneously?