Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102544
| From | Nathan Hilterbrand <nhilterbrand@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Daemon strategy |
| Date | 2016-02-05 13:58 -0500 |
| Message-ID | <mailman.11.1454698705.2317.python-list@python.org> (permalink) |
| References | <CAJ4+4apHhfYBw33xVsG_dFbf9iEGfiiimh0mHCq=LGo0d96yWg@mail.gmail.com> |
On 02/05/2016 01:39 PM, paul.hermeneutic@gmail.com wrote: > 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. I am not 100% sure exactly what you want to do, but you might take a look at using 'pythonw.exe' instead of 'python.exe' YMMV Nathan
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Daemon strategy Nathan Hilterbrand <nhilterbrand@gmail.com> - 2016-02-05 13:58 -0500
csiph-web