1

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.

2
  • I not familiar with the threadpool library, but I have used threads (Using thread) on Windows and haven't experienced any problems. Commented Jul 31, 2011 at 7:48
  • I have seen the threading library and it seems very easy to use. Commented Jul 31, 2011 at 14:12

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.