questions about multiprocessing

Miki Tebeka miki.tebeka at gmail.com
Fri Mar 4 23:16:33 EST 2011


> otasks = [
> ...
> print pool.map(f, tasks)
You are running the maps on "tasks" while the list of URLs is called otasks (unless there's any error in the cut&paste).

HTH,
--
Miki



More information about the Python-list mailing list