WCF报错!The HTTP service located at "url" is too busy

nyq1999 2010-01-19 03:07:00
WCF报错!The HTTP service located at "url" is too busy
导致站端服务器cpu 99%,这种错误几个月出现了两三次,会是什么问题?大家一起来分析下为什么...
有经验的朋友分享一下

config
<bindings>
<wsHttpBinding>
<binding name="wsBinding" maxReceivedMessageSize="65536000">
<readerQuotas maxStringContentLength="65536000"/>
<security mode="None">
<message clientCredentialType="Windows"/>
<transport clientCredentialType="Windows"/>
</security>
</binding>
</wsHttpBinding>
</bindings>
...全文
153 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
nyq1999 2010-02-01
  • 打赏
  • 举报
回复
我压力测试的时候,每秒应该是500+ 的处理能力,可惜底层用得是lucene,因为索引文件问题,没有分布部署.
还会有其他原因吗??
qldsrx 2010-01-19
  • 打赏
  • 举报
回复
会不会是访问过于繁忙啊,在每个方法执行中写下日志文件记录下呢,这样就可以知道是否是出现了频繁的访问。

110,534

社区成员

发帖
与我相关
我的任务
社区描述
.NET技术 C#
社区管理员
  • C#
  • Web++
  • by_封爱
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告

让您成为最强悍的C#开发者

试试用AI创作助手写篇文章吧