After tracing I finally found why the application is so slow. It really used too much time to open a database connection for logging, actually is existed.

This function is wrapped in an dll. Although connection.open failed, it doesn't throw the exception, that remind me, do NOT write such code, which make other develper confused.

Tools is dotTrace3.1, very powerful.

why the application is so slow

转载于:https://www.cnblogs.com/beyondjay/archive/2008/12/25/1362343.html

相关文章:

  • 2021-11-21
  • 2021-10-07
  • 2019-11-29
  • 2020-12-17
  • 2021-12-04
  • 2021-09-07
  • 2021-10-07
猜你喜欢
  • 2021-08-09
  • 2021-11-13
  • 2021-09-05
  • 2020-02-16
  • 2021-12-31
  • 2019-03-24
  • 2021-08-20
  • 2021-09-19
相关资源
相似解决方案