摘要:
本文转自:http://www.cnblogs.com/wfwup/archive/2010/11/11/1875048.html如果WCF接口代码操作时间比较费时,那么当连接数占满时,新的请求将会返回超时错误,请参考以下代码,加在wcf host主机配置文件内<serviceBehaviors><!-- maxConcurrentCalls - 服务中同时存在的最大活动消息数,默认值为 16maxConcurrentInstances - 服务中同时存在的InstanceContext的最大数量,默认值为26maxConcurrentSessions - 服务中同时存在的最 阅读全文
posted @ 2012-01-06 14:38 gczhao 阅读(502) 评论(0) 推荐(0) 编辑