Python 线程池在 Windows 上无法正常工作。在 Windows 上运行时,一个线程占主导地位。
我有一个多线程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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论