Help me use my Dual Core CPU!

Paul Rubin http
Wed Sep 13 03:40:20 EDT 2006


"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.



More information about the Python-list mailing list