Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40059
| 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 | <rosuav@gmail.com> |
| 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 <rosuav@gmail.com> |
| 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 <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.2616.1361971306.2939.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Thu, Feb 28, 2013 at 12:06 AM, Gilles Lenfant <gilles.lenfant@gmail.com> wrote: > Le mercredi 27 février 2013 11:52:19 UTC+1, Gilles Lenfant a écrit : >> 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 handling 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 feature. Sounds good! Definitely go with the simplest possible solution first; you can always complicate things later. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
"Daemonizing" an application. Gilles Lenfant <gilles.lenfant@gmail.com> - 2013-02-27 02:52 -0800
Re: "Daemonizing" an application. Chris Angelico <rosuav@gmail.com> - 2013-02-27 22:03 +1100
Re: "Daemonizing" an application. Werner Thie <werner@thieprojects.ch> - 2013-02-27 12:08 +0100
Re: "Daemonizing" an application. Sven <svenito@gmail.com> - 2013-02-27 11:15 +0000
Re: "Daemonizing" an application. Gilles Lenfant <gilles.lenfant@gmail.com> - 2013-02-27 05:06 -0800
Re: "Daemonizing" an application. Chris Angelico <rosuav@gmail.com> - 2013-02-28 00:21 +1100
Re: "Daemonizing" an application. "Vytas D." <vytasd2013@gmail.com> - 2013-02-27 13:46 +0000
Re: "Daemonizing" an application. Tarek Ziadé <tarek@ziade.org> - 2013-02-27 14:55 +0100
Re: "Daemonizing" an application. Gilles Lenfant <gilles.lenfant@gmail.com> - 2013-02-27 06:52 -0800
Re: "Daemonizing" an application. Gilles Lenfant <gilles.lenfant@gmail.com> - 2013-02-27 06:52 -0800
Re: "Daemonizing" an application. Tarek Ziadé <tarek@ziade.org> - 2013-02-27 15:00 +0100
csiph-web