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


Groups > comp.lang.python > #102541

Daemon strategy

Path csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail
From paul.hermeneutic@gmail.com
Newsgroups comp.lang.python
Subject Daemon strategy
Date Fri, 5 Feb 2016 11:39:35 -0700
Lines 7
Message-ID <mailman.8.1454697601.2317.python-list@python.org> (permalink)
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8
X-Trace news.uni-berlin.de P/L8MTQlR+oXDtN14XrwDAxxf3hgO+/B2TsVQZe6g57A==
Return-Path <paul.hermeneutic@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.109
X-Spam-Level *
X-Spam-Evidence '*H*': 0.79; '*S*': 0.00; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:strategy': 0.16; 'windows': 0.20; 'appears': 0.23; 'eager': 0.23; 'message- id:@mail.gmail.com': 0.27; 'run': 0.33; 'windows.': 0.33; 'that,': 0.34; 'received:google.com': 0.35; 'should': 0.36; 'received:209.85': 0.36; 'to:addr:python-list': 0.36; 'received:209': 0.38; 'wrong': 0.38; 'to:addr:python.org': 0.40; 'from:no real name:2**0': 0.60; 'avoided.': 0.91
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=y5EbOyulJuFi5x4Y/KKMw9yJHDF9zryHuw3agKTHsQQ=; b=bgK83MRli2yYgfRzip/TETJfpRG0UST5yXhklRGpaHmGv4SjpO+90aU7ifIwbencct v1Ygv0qIp8CPyCyKooDmf5P3sW2FcyXfw3ah02arEEanKzGIa901P6EClczUNl1w1zbJ 1gbcF8iOo5stB0YhfLInmiebaMuXdt69RW9kmBDabqEJGGQWCxQjjrbU9gsbXJ/kiAAZ jh+/wjj3yGxTVem45wvt+U8YopdWJkkj64zSivBE2g1gcO+SIEwEx27GSVqWYwURpb8T uA4QBpwZTcq8Y7xu+P4FEH/VqGicvVOTMWxA/bAyBsypq/cDY1VGkvLAgw4oATNFt2AR 8/pg==
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=y5EbOyulJuFi5x4Y/KKMw9yJHDF9zryHuw3agKTHsQQ=; b=DCugqL8GuIXuIIEISmNID1eK0s4oBJcm3UrqCyjYmWoKFIfN2QJK+ekRXHXXUBm6ma QsqBgbDlSd63bPZxsUQDNbDJZ+toNbXsIV54eBSA622RcXTf+Gr0iOnKCxfOELHokB+C zzda3irlvArVTg8C118wUNTcr4BC7asbwMOgveT7SBV6P0Qf5WG1FzRlghnc/Z/NueQA hwNhe8nuF9bP7gBJ2L3om/uyJjwt7AE7CRdT/9r9V4ZPwh5UhWzxSJHyrwexXzJTB2lA D+15F7YuSEF90585GJ3mdRy+0M8ELpNGDK5VJbuOO+QnUOm52ZjYnPo7JwpJVRGx1F1J vl2w==
X-Gm-Message-State AG10YOQe9Fgo0OW9pDtVyJkeHBuWsIT4CgmdWGuFhYY3w5AUlLx4ZWTmgRNMDffHy1UFMC++/N5G7UrWD6GVYQ==
X-Received by 10.25.167.74 with SMTP id q71mr4677165lfe.24.1454697594658; Fri, 05 Feb 2016 10:39:54 -0800 (PST)
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.21rc2
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Xref csiph.com comp.lang.python:102541

Show key headers only | View raw


It appears that python-deamon would be exactly what I need. Alas,
appears not to run on Windows. If I am wrong about that, please tell
me.

To what tools should I turn?

I am not eager to produce a "service" on Windows unless it cannot be avoided.

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


Thread

Daemon strategy paul.hermeneutic@gmail.com - 2016-02-05 11:39 -0700

csiph-web