TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Building a Concurrent Web Scraper In Python
3 points
by
__darknite
about 12 years ago
1 comment
piqufoh
about 12 years ago
Have a look at Python multiprocessing for true parallel threading: <a href="http://docs.python.org/2/library/multiprocessing.html" rel="nofollow">http://docs.python.org/2/library/multiprocessing.html</a>