<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I use threading.Thread as outlined in this recipe:
> http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65448
>Thanks
--
http://mail.python.org/mailman/listinfo/python-list
I use threading.Thread as outlined in this recipe:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/65448
--
http://mail.python.org/mailman/listinfo/python-list
Philip Smith a écrit :
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