Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.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.095 X-Spam-Evidence: '*H*': 0.81; '*S*': 0.00; 'twisted,': 0.07; 'localhost': 0.16; 'examples': 0.18; 'hack': 0.18; 'app': 0.19; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'usually': 0.30; 'spread': 0.32; 'could': 0.32; 'to:addr:python- list': 0.33; 'but': 0.36; 'subject:" ': 0.36; 'possible': 0.37; 'to:addr:python.org': 0.39; 'received:network': 0.61; 'between': 0.63; 'received:217': 0.68; 'received:ch': 0.69 Date: Wed, 27 Feb 2013 12:08:21 +0100 From: Werner Thie User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130216 Thunderbird/17.0.3 MIME-Version: 1.0 To: python-list@python.org Subject: Re: "Daemonizing" an application. References: <3e4921b7-fde3-4de7-ab01-1c98ddf63363@googlegroups.com> In-Reply-To: <3e4921b7-fde3-4de7-ab01-1c98ddf63363@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1361963700 news.xs4all.nl 6990 [2001:888:2000:d::a6]:53888 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:40053 Hi Might be an overkill, but have a look at twisted, http://www.twistedmatrix.com I usually use the spread package for structured communication between partners via localhost > What are the best practices to do this ? Examples in a well known Pyhon app I could hack ? Is it possible with standard packages only ? Have fun, Werner