Technical blog discussing various programming languages, frameworks and paradigms. Code snippets and projects are also provided.
Monday, 27 February 2012
Disable multiprocessing in Python
I recently installed Python 2.6 onto a dev server, and I had a few problems when running a script with logging. For some reason, the multiprocessing module wasn't being recognized/installed.
Here is a quick example, if not using multiprocessing, how you can disable it within your script.
No comments:
Post a Comment