Python Object Sharing (POSH)
June 26, 2010 by Amr
POSH allows Py processes to *transparently* share objects in memory, it's similar to manually doing it using typical IPC mechanisms. It's also evidence that GIL sucks.
See original:
Python Object Sharing (POSH)