Multi-Threading in Python

geremy condra debatem1 at gmail.com
Tue May 18 12:07:31 EDT 2010


On Tue, May 18, 2010 at 7:35 AM, Lou <lourosas at gmail.com> wrote:
> Can anyone tell me how easy it is to do multi-threading in Python?
> This has probably been brought up already, so if it has, thanks anyway
> --
> http://mail.python.org/mailman/listinfo/python-list

It's very easy, but it's probably best to use multiple processes to take
advantage of multiple cores. Take a look at the threading and
multiprocessing modules.

Geremy Condra



More information about the Python-list mailing list