"Simon Wittber" <simonwittber at gmail.com> writes: > I can't see how subprocess.Popen can replace a fork. Using a manually > started process is not really viable, as it does not automatically > share pre-built (read-only) data between the processes. If it can, I'd > really like to know how... Either with sockets or mmap.