[Baypiggies] how to IPC with python on linux?

Brian Palmer bpalmer at gmail.com
Thu Dec 2 22:30:23 CET 2010


On Thu, Dec 2, 2010 at 12:54 PM, jim <jim at systemateka.com> wrote:

>
>   how to implement IPC in Python on Linux?
>   There's a local open source group using python on
> fedora to create an app that looks like a classic
> threading problem: copying files has the effect of
> stalling until all files are written, and they'd
> like a progress bar.
>

The easy answer is to use the multiprocessing package:
http://docs.python.org/library/multiprocessing.html

<http://docs.python.org/library/multiprocessing.html> Stuff looks like
threads but is using multiple processes underneath.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/baypiggies/attachments/20101202/6941802b/attachment.html>


More information about the Baypiggies mailing list