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


Groups > comp.lang.python > #64337

Re: python-daemon for Python v3

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <larry.martell@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.018
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'jan': 0.12; 'before.': 0.16; 'nope,': 0.16; 'ported': 0.16; 'tasks?': 0.16; 'url:py': 0.16; 'subject:python': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'url:02': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; 'thanks!': 0.32; 'running': 0.33; 'problem': 0.35; 'received:google.com': 0.35; 'january': 0.37; 'las': 0.37; 'problems': 0.38; 'pm,': 0.38; 'email addr:gmail.com': 0.63; 'to:addr:gmail.com': 0.65; 'url:2007': 0.84; 'technique': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=/jy5qs7kMhTiKBfWv2jXVus95yJpnKZoRocBSXXPm1g=; b=FYVGgwFaYF+0DfZEy96WhseKaTalfmF25C8+WU9DrPg+Lkg4553Haqi4za0Bn+IaXF hP1PZkaF9S1EjEDdUPQRnxqcQ0GqYFui2O47V8q6MYpYGQrxaffXxzRMzP+tYF5d/0oi PN8qzPcaIC4YsBXYp3+YVkz+zYNQxqP9DSH9/QFEdSLcLHDv7b1rBOSL1pyo9NBks/J+ /r/FtwVkAueJL2N8oOUzrdh5FHDgd7uUNvu7dhTOadl1lHbXstKePaUo8rZ2Z6CnsWOW SG7Xq1ATFDc/mBU+04U5LD2OQwAVrJXxZCRqdelHHUWmHkVTpqClX+nKEy4QoeKVmmub AarA==
MIME-Version 1.0
X-Received by 10.180.92.169 with SMTP id cn9mr8271947wib.35.1390198744480; Sun, 19 Jan 2014 22:19:04 -0800 (PST)
In-Reply-To <54f2f5ab-a1a9-4dd9-b0e9-41a24f354759@googlegroups.com>
References <0fdbd07c-d792-4230-bc4c-f683110d87c4@googlegroups.com> <mailman.5722.1390159828.18130.python-list@python.org> <54f2f5ab-a1a9-4dd9-b0e9-41a24f354759@googlegroups.com>
Date Sun, 19 Jan 2014 23:19:04 -0700
Subject Re: python-daemon for Python v3
From Larry Martell <larry.martell@gmail.com>
To Asaf Las <roegltd@gmail.com>
Content-Type text/plain; charset=UTF-8
Cc "python-list@python.org" <python-list@python.org>
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 <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>
Newsgroups comp.lang.python
Message-ID <mailman.5734.1390198745.18130.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1390198745 news.xs4all.nl 2974 [2001:888:2000:d::a6]:49356
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:64337

Show key headers only | View raw


On Sun, Jan 19, 2014 at 9:57 PM, Asaf Las <roegltd@gmail.com> wrote:
> On Sunday, January 19, 2014 9:30:21 PM UTC+2, Larry....@gmail.com wrote:
>> On Sun, Jan 19, 2014 at 3:30 AM, Asaf Las <r....@gmail.com> wrote:
>> I use this technique for demonizing:
>> http://www.jejik.com/articles/2007/02/a_simple_unix_linux_daemon_in_python/
>> And has been ported to 3:
>> http://www.jejik.com/files/examples/daemon3x.py
>
> Thanks! i have seen this code before. Did you encounter any problem with
> it before for long running tasks?

Nope, no problems at all.

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


Thread

python-daemon for Python v3 Asaf Las <roegltd@gmail.com> - 2014-01-19 02:30 -0800
  Re: python-daemon for Python v3 Ben Finney <ben+python@benfinney.id.au> - 2014-01-19 21:41 +1100
    Re: python-daemon for Python v3 Asaf Las <roegltd@gmail.com> - 2014-01-19 05:21 -0800
  Re: python-daemon for Python v3 Larry Martell <larry.martell@gmail.com> - 2014-01-19 12:30 -0700
    Re: python-daemon for Python v3 Asaf Las <roegltd@gmail.com> - 2014-01-19 20:57 -0800
      Re: python-daemon for Python v3 Larry Martell <larry.martell@gmail.com> - 2014-01-19 23:19 -0700
        Re: python-daemon for Python v3 Asaf Las <roegltd@gmail.com> - 2014-01-19 22:21 -0800

csiph-web