On Dec 4, 3:28 am, "Warren DeLano" <[EMAIL PROTECTED]> 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. -- http://mail.python.org/mailman/listinfo/python-list