Help with Threading

Philip Smith as006d4848 at blueyonder.co.uk
Mon Jan 24 00:15:07 EST 2005


Hi

I am fairly new to Python threading and my needs are simple(!)

I want to establish a number of threads each of which work on the same 
computationally intensive problem in different ways.

I am using the thread module rather than the threading module.

My problem is I can't see how (when one thread completes) to ensure that the 
other threads terminate immediately.

Appreciate some simple advice

Phil 





More information about the Python-list mailing list