多线程压力测试失败

发布于 2024-08-05 22:46:39 字数 75 浏览 9 评论 0原文

我正在通过运行同一进程的多个线程来对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

彡翼 2024-08-12 22:46:39

针对它运行调试器,并在逻辑位置放置断点,看看是否可以找出它的中断位置。

Run a debugger against it, and place breakpoints in logical places to see if you can figure out where it's breaking.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文