"Simon Wittber" <[EMAIL PROTECTED]> 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.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to