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 pitrou
Recipients benjamin.peterson, collinwinter, nedds, pitrou
Date 2008-10-03.21:04:42
SpamBayes Score 0.006543627
Marked as misclassified No
Message-id <1223067883.47.0.852348287394.issue3448@psf.upfronthosting.co.za>
In-reply-to
Content
I think it's reasonable to only enable multiprocessing if the adequate
command-line option has been set. It's how `make` already works (next
time you compile Python, try `make -jN` where N is your number of CPU
cores).
History
Date User Action Args
2008-10-03 21:04:43pitrousetrecipients: + pitrou, collinwinter, benjamin.peterson, nedds
2008-10-03 21:04:43pitrousetmessageid: <1223067883.47.0.852348287394.issue3448@psf.upfronthosting.co.za>
2008-10-03 21:04:42pitroulinkissue3448 messages
2008-10-03 21:04:42pitroucreate