2011/4/21 Darío Suárez Gracia
> Hi all,
> I was trying to share a dictionary of dictionaries of arrays with Manager
> from multiprocessing. Without multiprocessing the code works perfectly, but
> with the current example the last print does not show the correct result.
>
It appears that if you p
Hi all,
I was trying to share a dictionary of dictionaries of arrays with
Manager from multiprocessing. Without multiprocessing the code works
perfectly, but with the current example the last print does not show
the correct result.
Any hint?
Thanks,
Darío Suárez#!/usr/local/bin/python2.7