ニュース

multiprocessingモジュールは、Python2系列では2.6以降、3系列では3.0以降に標準となったモジュールです。このモジュールはthreadingモジュールに似たAPIでプロセス間通信などの機能を提供します。
並列処理がとても苦手なPythonはプロセスを分けよう コードを書く時に意識したい2つのTipsと2つの落とし穴 ...
米国時間の1日、Python 2.6がリリースされた。 主な新機能は、JSONのエンコード/でコードを行うライブラリ「json」の標準追加や、マルチプロセス用ライブラリ「multiprocessing」の追加等。
Post the results for each row to a multiprocessing.Queue, and spawn a single process that gets from the queue and writes to the file. It'll post some code when I get to work.