【发布时间】:2014-03-27 12:19:35
【问题描述】:
我需要帮助来找到分析问题的策略。 突然,我的应用程序开始表现得很奇怪。
总结一下,我的申请
1. (.net 4.0) uses a webservice
2. (svc, .net 3.5) that executes some procedures. I measured the time of procedures and total time is under the one second (call this time).
大多数时候等待是几毫秒:足够公平。
虽然有时(不幸的是似乎是随机的),等待可能会持续几分钟,然后进入超时(正确);如果我检查时间,它仍然不到一秒。
这次我输在哪里了?
我怎样才能知道发生了什么?
你有什么工具、提示或任何东西可以建议我了解正在发生的事情吗?
谢谢
【问题讨论】:
标签: c# .net performance web-services wcf