"as" keyword woes

Aaron Brady castironpi at gmail.com
Thu Dec 4 06:10:16 EST 2008


On Dec 4, 3:28 am, "Warren DeLano" <war... at delsci.com> wrote:
> > Have you
> > even looked at multiprocessing?

> Multiprocessing solves some problems, but it is unsuitable for
> high-frequency handoffs of large (in memory) objects between many
> independent threads/processes -- the HPC object/data flow
> parallelization model in a nutshell.  

I think 'mmap' combined with 'ctypes.Structure' is an underrated
approach to such use cases.  There is also POSH, Python Object Sharing.



More information about the Python-list mailing list