This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ronbarak
Recipients ronbarak
Date 2016-04-29.20:56:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461963405.27.0.843692247406.issue26887@psf.upfronthosting.co.za>
In-reply-to
Content
Erratum in https://docs.python.org/2.6/library/multiprocessing.html:

The chunksize argument is the same as the one used by the map() method. For very long iterables using a large value for chunksize can make >>>make<<< the job complete much faster than using the default value of 1.
History
Date User Action Args
2016-04-29 20:56:45ronbaraksetrecipients: + ronbarak
2016-04-29 20:56:45ronbaraksetmessageid: <1461963405.27.0.843692247406.issue26887@psf.upfronthosting.co.za>
2016-04-29 20:56:45ronbaraklinkissue26887 messages
2016-04-29 20:56:44ronbarakcreate