Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #34616
| 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 | <andrea.crotti.0@gmail.com> |
| 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 | <CAF_E5JbjkWfjyCg3HwuQLekzqm=8c7X9iR=D0rZF+ekr4WcEPw@mail.gmail.com> <50C6153F.8050205@gmail.com> <CAF_E5JbPa9gb_a7o1ZgwaNfhu_ycz+CdnMCvhDe2VC8Dy5WAgA@mail.gmail.com> <50C7282B.8000708@gmail.com> |
| Date | Tue, 11 Dec 2012 13:25:36 +0000 |
| Subject | Re: forking and avoiding zombies! |
| From | andrea crotti <andrea.crotti.0@gmail.com> |
| To | peter <pjmakey2@gmail.com> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.724.1355232340.29569.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
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..
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: forking and avoiding zombies! andrea crotti <andrea.crotti.0@gmail.com> - 2012-12-11 13:25 +0000 Re: forking and avoiding zombies! Nobody <nobody@nowhere.com> - 2012-12-12 15:23 +0000
csiph-web