multiprocessing eats memory

Istvan Albert istvan.albert at gmail.com
Thu Sep 25 20:20:07 EDT 2008


On Sep 25, 8:40 am, "Max Ivanov" <ivanov.ma... at gmail.com> wrote:

> At any time in main process there are shouldn't be no more than two copies of data
> (one original data and one result).

>From the looks of it you are storing a lots of references to various
copies of your data via the async set.



More information about the Python-list mailing list