Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #40053

Re: "Daemonizing" an application.

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 <werner@thieprojects.ch>
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 <werner@thieprojects.ch>
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 <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.2609.1361963700.2939.python-list@python.org> (permalink)
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

Show key headers only | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


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