On Tue, May 18, 2010 at 7:35 AM, Lou <louro...@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 -- http://mail.python.org/mailman/listinfo/python-list