Tips to remind for the FUTURE.
from multiprocessing import Pool pool = Pool(processes=5) pages = pool.map(visit, get_lines(file))
No comments:
Post a Comment