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 


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to