Better multiprocessing and data persistance with C level serialisation

ipatrol6010 at yahoo.com ipatrol6010 at yahoo.com
Wed Sep 1 12:01:39 EDT 2010


I was thinking about this for a while. Owing to a lack of forking or START/STOP signals, all process interchange in CPython requires serialisation, usually pickling. But what if that could be done within the interpreter core instead of by the script, creating a complete internal representation that can then be read by the child interpreter. Any comments/ideas/suggestions?



More information about the Python-list mailing list