Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'feature.': 0.07; 'complicate': 0.09; 'pointers': 0.09; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'gilles': 0.16; 'simplest': 0.16; 'xml-rpc,': 0.16; '\xe9crit': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'app': 0.19; 'feb': 0.19; 'os,': 0.22; 'header:In-Reply- To:1': 0.25; 'am,': 0.27; 'handling': 0.27; 'message- id:@mail.gmail.com': 0.27; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'thanks': 0.34; 'received:209.85': 0.35; 'subject:" ': 0.36; "i'll": 0.36; 'possible': 0.37; 'received:209': 0.37; 'things': 0.38; 'to:addr:python.org': 0.39; 'hello,': 0.39; 'your': 0.60; 'first': 0.61; 'sounds': 0.71; '2013': 0.84; 'good!': 0.84; 'ideas.': 0.91; 'tied': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type:content-transfer-encoding; bh=CfQsEBeMOowLcCZ4/mh0SSlxzYJwqwX7sCPkEq1pRXM=; b=dy9gU0U2mjF+NjMYvYgR11l/om6ai1juxZOoBtSM0gWkG9o44Xys4x4ffef0FGwXIT xP5VORe8xpdjlPfinML+Bsb6xs0cf1w+W0svPK24XJzHrtVOBAFKlIMyJqJx+WGDspbS ra1r52FUdMGWWSgFr5xiqxDlXj7px8rEUuc0UU8vfmvYom31LGldMUNrTLErzSRc7Fby oCAyhYTbf6sCYShmQNqgNb/icb7oJkRJFcI2CSj0XkBSULJFIdNn2adi7XKHQtXVce3W pIo/LlK46BsZ7dxG28tOINr5n7mV+UGa77xtZEtMid7KXyTKJn2OSTws1No92KgI5Drp sYFg== MIME-Version: 1.0 X-Received: by 10.52.88.197 with SMTP id bi5mr740692vdb.58.1361971303790; Wed, 27 Feb 2013 05:21:43 -0800 (PST) In-Reply-To: <772c38fc-7ab7-4aeb-9127-29d21e5b1845@googlegroups.com> References: <3e4921b7-fde3-4de7-ab01-1c98ddf63363@googlegroups.com> <772c38fc-7ab7-4aeb-9127-29d21e5b1845@googlegroups.com> Date: Thu, 28 Feb 2013 00:21:43 +1100 Subject: Re: "Daemonizing" an application. From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361971306 news.xs4all.nl 6855 [2001:888:2000:d::a6]:42695 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40059 On Thu, Feb 28, 2013 at 12:06 AM, Gilles Lenfant wrote: > Le mercredi 27 f=E9vrier 2013 11:52:19 UTC+1, Gilles Lenfant a =E9crit : >> Hello, >> > Hello again, > > And thanks to all for your pointers and ideas. > > As the app is already tied to an Unix like OS, I'll go with signal handli= ng first since I can do all I need through reconfiguration (SIGHUP). > > If I need other controls, I shall use an XML-RPC, since it's an OTB featu= re. Sounds good! Definitely go with the simplest possible solution first; you can always complicate things later. ChrisA