Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102542
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Daemon strategy |
| Date | 2016-02-06 05:52 +1100 |
| Message-ID | <mailman.9.1454698368.2317.python-list@python.org> (permalink) |
| References | <CAJ4+4apHhfYBw33xVsG_dFbf9iEGfiiimh0mHCq=LGo0d96yWg@mail.gmail.com> |
paul.hermeneutic@gmail.com writes: > 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. You're correct that ‘python-daemon’ uses Unix facilities to create a well-behaved Unix daemon process. Since MS Windows lacks those facilities, ‘python-daemon’ can't use them. > To what tools should I turn? If what you need – the support to create a Unix daemon process – is available only on Unix by definition, it seems you'll need to deploy to Unix. > I am not eager to produce a "service" on Windows unless it cannot be > avoided. Agreed :-) -- \ “Wrinkles should merely indicate where smiles have been.” —Mark | `\ Twain, _Following the Equator_ | _o__) | Ben Finney
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Daemon strategy Ben Finney <ben+python@benfinney.id.au> - 2016-02-06 05:52 +1100
csiph-web