今天遇到一个IIS问题,从eventlog中发现说出现deadlock了。"ISAPI 'c:\windows\microsoft.net\framework\v2.0.50727\aspnet_isapi.dll' reported itself as unhealthy for the following reason: 'Deadlock detected'."

     Hmmmm....why?对于我写的同步语句都是比较慎重思考过的,出现死锁倒是很超出预期。说要抓dump,然后analysis, oh,买糕的,俺们不会用windbg

搜了一下,发现可能是线程用光了也会说这个错误,这下想起来某个地方我不得不让线程休息了几秒,可能客户端多了点导致IIS线程被我用到上限了,干掉那个点,等了一会就好了。。。。。

 

 

     --END--

相关文章:

  • 2021-11-20
  • 2022-12-23
  • 2022-01-29
  • 2021-12-17
  • 2021-08-07
  • 2022-12-23
  • 2022-12-23
  • 2021-07-05
猜你喜欢
  • 2022-01-20
  • 2022-12-23
  • 2021-05-23
  • 2021-11-06
  • 2022-12-23
  • 2021-10-25
  • 2021-10-24
相关资源
相似解决方案