Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.043 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.00; 'stops': 0.07; 'exiting': 0.09; 'received:mail-lpp01m010-f46.google.com': 0.09; 'cc:addr :python-list': 0.10; 'working.': 0.17; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In- Reply-To:1': 0.25; 'message-id:@mail.gmail.com': 0.27; 'parent': 0.29; 'url:mailman': 0.29; 'received:209.85.215.46': 0.30; 'sense': 0.31; '(and': 0.32; 'url:python': 0.32; 'url:listinfo': 0.32; 'subject:data': 0.33; 'received:google.com': 0.34; 'similar': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'but': 0.36; 'url:org': 0.36; 'child': 0.36; 'why': 0.37; 'communicate': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'header:Received:5': 0.40; 'url:mail': 0.40; 'further': 0.61; 'perfect': 0.63; 'nagy': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oAJE3wQ3b9CfXOsIsCnIP5koraY5fkRNC9nKLaLDzIg=; b=HRSfKBWTPTsT82ieLz9kv89Nsi37NhdE3x/qhp52SGA1K38eQ4qp/5PZl/eQi1Scwg laW+R6QFAgCcQtdEVcchpwqRBT7sYHoNxVZ+gAklH11GffAr9PM8D/6DQZtnG/YhlJiT 4SGWc0kIKo62XyElCNrUMfpIEgF3H3J2imYzN/KieVmI49/aKNjY4w2871AoVzA7Jk1l HTz6wuUBetSorKyEKKY4teOqxabsu3I9jvnmtx7bu1Gku5xel2X3zDv5fzZbnBg5RpDI bflSEIjYVZN8gGZQ1ZWYkMAXlGJSO8p2cCWGNua6no73FybguKqu66dwVfGq8Mb/rqWJ oE6A== MIME-Version: 1.0 In-Reply-To: <50194064.9050906@shopzeus.com> References: <5017EFB0.6080608@shopzeus.com> <50193DE4.3030404@shopzeus.com> <50194064.9050906@shopzeus.com> Date: Wed, 1 Aug 2012 16:24:43 +0100 Subject: Re: Pass data to a subprocess From: andrea crotti To: Laszlo Nagy Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343834685 news.xs4all.nl 6858 [2001:888:2000:d::a6]:36281 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:26365 2012/8/1 Laszlo Nagy : > > So detaching the child process will not make IPC stop working. But exiting > from the original parent process will. (And why else would you detach the > child?) > > -- > http://mail.python.org/mailman/listinfo/python-list Well it makes perfect sense if it stops working to me, so or - I use zeromq or something similar to communicate - I make every process independent without the need to further communicate with the parent..