suggestion on a complicated inter-process communication

Aaron Brady castironpi at gmail.com
Tue Apr 28 18:51:05 EDT 2009


Um, that's the limit of what I'm familiar with, I'm afraid.  I'd have
to experiment.

On Apr 28, 10:44 am, Way <csw... at gmail.com> wrote:
> Thanks a lot for the reply. I am not familiar with multi-process in
> Python. I am now using something like:
snip
> However, in this case, Process5's stdout cannot be passed to
> MainProcess for Process1, since it has not finished (waiting Process.
> 1/3 finish).
>
> I am now using Fifos (an external file) to inter-communicate Process1
> and 5. But at first run, it compliants "not file found".
>
> Is there any possible solution to make it work? Thank you very much!
snip



More information about the Python-list mailing list