Feb. 10, 2012
9:15 p.m.
On Fri, 10 Feb 2012 21:01:07 +0100 Sturla Molden <sturla@molden.no> wrote:
On 09.02.2012 22:05, Nick Coghlan wrote:
Have you even *tried* concurrent.futures (http://docs.python.org/py3k/library/concurrent.futures)? Or the 2.x backport on PyPI (http://pypi.python.org/pypi/futures)?
Multiprocessing is fine, but is uses pickle for IPC and this is inefficient. We need unpickled, type-specialized queues. Or a queue that has the interface of a binary file.
In what way does the mmap module fail to provide your binary file interface? <mike -- Mike Meyer <mwm@mired.org> http://www.mired.org/ Independent Software developer/SCM consultant, email for more information. O< ascii ribbon campaign - stop html mail - www.asciiribbon.org