[GRASS-dev] [SoC] Weekly report #3 - GRASS Interactive Scatter Plot Tool
Sören Gebbert
soerengebbert at googlemail.com
Sun Jul 7 12:16:28 PDT 2013
Hi,
[snip]
> Be aware that you must use Python objects to transfer the data from
> the child process to its parent process using a queue[5]. I think that
> numpy array objects should work.
I just realized that you can use shared ctypes objects as well for
inter process communication[1].
[1] http://docs.python.org/2/library/multiprocessing.html#module-multiprocessing.sharedctypes
Best
Soeren
More information about the grass-dev
mailing list