小编Sha*_*nth的帖子

PollingDuplexHttpBinding在5或6次调用后出现故障

我已经在Silverlight 4应用程序中实现了轮询双工,以便使用来自服务器的客户端回调获取大量数据,因此我的服务包含一些带有客户端回调的功能和一些没有回调的功能.当只有3或4个函数被称为并行时,它工作正常,当有超过5或6个并行调用时,我得到ServerTooBusyException(服务太忙).

设置serviceThrottling maxConcurrentCalls ="10000"maxConcurrentInstances ="10000"maxConcurrentSessions ="10000"值后,我无法解决问题.

当我将basichttpbinding应用于服务时,一切正常,但是当pollingDuplexHttpBinding应用时,它给出了错误

.net wcf pollingduplexhttpbinding

6
推荐指数
1
解决办法
365
查看次数

标签 统计

.net ×1

pollingduplexhttpbinding ×1

wcf ×1