Python 线程池在 Windows 上无法正常工作。在 Windows 上运行时,一个线程占主导地位。

发布于 2024-11-27 07:26:22 字数 324 浏览 1 评论 0原文

我有一个多线程Python应用程序,对于线程池,我使用了此处中的代码。程序过多地进行网络读取,每个线程及时休眠,以减少其绑定的服务器的开销。

我的开发平台是Ubuntu,但该应用程序是针对使用Windows的客户端。

问题是在Windows平台上运行时有一个线程长时间独占,但在Ubuntu上运行正常。

Windows 平台上是否有与 python 线程相关的特定原因?或者有人可以建议我可以尝试一个更好的线程池库吗?

谢谢。

I have a multi threaded python application, for thread pooling I used code from here. The program engages in network reading excessively and each thread sleep timely to reduce overhead on server it bound.

My development platform is Ubuntu, but the application is for a client who use Windows.

The problem is one thread dominates for long time when it is running on Windows platform, but it is working properly on Ubuntu.

Are there any specific reason on Windows platform related with python threads? or Can somebody suggest a better thread pooling library that I can try?

Thank you.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文