Multithreaded library for Python?

Robert Dailey rcdailey at gmail.com
Wed Aug 12 12:13:21 EDT 2009


Hey guys,

I realize the python library has multithreading support in it, but not
the kind I'm really looking for. I want something like Intel's TBB,
but for Python 3.1. I need to be able to spawn off "Tasks" that
operate until completed and then end by themselves. I could create my
own framework for this, but why bother if a solution already exists?
Anyone know of any libraries out there that would work?



More information about the Python-list mailing list