Path: csiph.com!usenet.pasdenom.info!aioe.org!rt.uk.eu.org!nntp-feed.chiark.greenend.org.uk!ewrotcd!news.nosignal.org!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.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'part,': 0.09; 'cc:addr :python-list': 0.10; 'chdir': 0.16; 'process?': 0.16; 'subject:avoiding': 0.16; 'pfxlen:0': 0.17; 'skip': 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; 'maybe': 0.29; 'received:209.85.210.174': 0.30; 'directory,': 0.33; 'another': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'but': 0.36; 'useful': 0.36; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'sure': 0.38; 'header:Received:5': 0.40 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=D6FOTm7MOKDhSyT7a8yJTPI+1a5+Zcih4mfKf5GASao=; b=txhQ2MZSSQfADmH8RgG7iGkYScoO2DpkBawtN/lFdrSJKn9xHTmgC+92LFRhVPD0lq 4qFrPFkfWtX2Bd5/8kcCQl+ylomL81R8o/jKpnJvoPQBGW4jdBnjKYXKhst0J/9EPTai LdvWYg7CA0c9zfptwOAT7CFpr50QsEqYSJfJXlNddKooYARXylZicvtn+ch0Fq7uN9qC Y+HamfoM5iAZM49Rp8tr0EDExTKlm+J6syqV6i61FS+Jov2Ii+QhISpjWWL2/m7RnCsZ msGyfN9dEcJErfQ4eD3TfJU9AorFXfCRHoGdo7T1X57zSSvvGUoRAB/I7dbZJ0FsyNnc 6uHQ== MIME-Version: 1.0 In-Reply-To: <50C7282B.8000708@gmail.com> References: <50C6153F.8050205@gmail.com> <50C7282B.8000708@gmail.com> Date: Tue, 11 Dec 2012 13:25:36 +0000 Subject: Re: forking and avoiding zombies! From: andrea crotti To: peter Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1355232340 news.xs4all.nl 6860 [2001:888:2000:d::a6]:51008 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:34616 Ah sure that makes sense! But actually why do I need to move away from the current directory of the parent process? In my case it's actually useful to be in the same directory, so maybe I can skip that part, or otherwise I need another chdir after..