Using "pickle" for interprocess communication - some notes and things that ought to be documented.

John Nagle nagle at animats.com
Sat Jan 19 11:06:15 EST 2008


Paul Boddie wrote:

> Unlike your approach, pprocess employs the fork system call. 

     Unfortunately, that's not portable.  Python's "fork()" is
"Availability: Macintosh, Unix."  I would have preferred
to use "fork()".

				John Nagle



More information about the Python-list mailing list