(no title)
marcher | 17 years ago
The library is loosely based around the existing threading API, and allows for seamless transfer of Python objects between processes (unlike other forms of IPC).
marcher | 17 years ago
The library is loosely based around the existing threading API, and allows for seamless transfer of Python objects between processes (unlike other forms of IPC).
rbanffy|17 years ago
That's annoying... Even more annoying when I think it's easier to do in Java ;-)
scott_s|17 years ago
illume|17 years ago
Also serialising 100MB or so worth of objects around is really slow. So the process module is not good for many cases of use.