This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mrjbq7
Recipients mrjbq7, neologix, pitrou, sbt
Date 2013-03-27.17:52:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364406769.62.0.130269600774.issue17560@psf.upfronthosting.co.za>
In-reply-to
Content
> Richard was saying that you shouldn't serialize such a large array,
> that's just a huge performance bottleneck. The right way would be 
> to use a shared memory.

Gotcha, for clarification, my original use case was to *create* them
in the other process (something which took some time since they were 
calculated and not just random as in the example) and returned to the 
original process for further computation...
History
Date User Action Args
2013-03-27 17:52:49mrjbq7setrecipients: + mrjbq7, pitrou, neologix, sbt
2013-03-27 17:52:49mrjbq7setmessageid: <1364406769.62.0.130269600774.issue17560@psf.upfronthosting.co.za>
2013-03-27 17:52:49mrjbq7linkissue17560 messages
2013-03-27 17:52:49mrjbq7create