多线程压力测试失败
我正在通过运行同一进程的多个线程来对 Web 服务进行压力测试,但第二个线程总是在运行过程中停止而不会引发异常。你怎么知道出了什么问题?
I am doing a stress test of a web service by running many threads of the same process, but the second thread always stops in the middle of running without throwing an exception. How do you figure out what’s wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
针对它运行调试器,并在逻辑位置放置断点,看看是否可以找出它的中断位置。
Run a debugger against it, and place breakpoints in logical places to see if you can figure out where it's breaking.