Inter-process communication, how?

ecir.hana at gmail.com ecir.hana at gmail.com
Sat Dec 15 19:44:34 EST 2007


Hi,
let's say I have two scripts: one does some computations and the other
one is a graphical front end for launching the first one. And both run
in separate processes (front end runs and that it spawns a subprocess
with the computation). Now, if the computation has a result I would
like to display it in the front end. In another words, I would like to
pass some data from one process to another. How to do that? I'm
affraid I can't use a pipe since the computation could print out some
logging (if I understant pipes correctly).
Thanks!



More information about the Python-list mailing list