Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #26345 > unrolled thread

Re: Pass data to a subprocess

Started byLaszlo Nagy <gandalf@shopzeus.com>
First post2012-08-01 12:40 +0200
Last post2012-08-01 12:40 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Pass data to a subprocess Laszlo Nagy <gandalf@shopzeus.com> - 2012-08-01 12:40 +0200

#26345 — Re: Pass data to a subprocess

FromLaszlo Nagy <gandalf@shopzeus.com>
Date2012-08-01 12:40 +0200
SubjectRe: Pass data to a subprocess
Message-ID<mailman.2816.1343817623.4697.python-list@python.org>

> Yes I know we don't care about Windows for this particular project..
> I think mixing multiprocessing and fork should not harm, but probably
> is unnecessary since I'm already in another process after the fork so
> I can just make it run what I want.
>
> Otherwise is there a way to do same thing only using multiprocessing?
> (running a process that is detachable from the process that created it)
>
I'm afraid there is no way to do that. I'm not even sure if 
multiprocessing.Queue will work if you detach a forked process.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web