Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #102543 > unrolled thread
| Started by | Ray Cote <rgacote@appropriatesolutions.com> |
|---|---|
| First post | 2016-02-05 13:56 -0500 |
| Last post | 2016-02-05 13:56 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Daemon strategy Ray Cote <rgacote@appropriatesolutions.com> - 2016-02-05 13:56 -0500
| From | Ray Cote <rgacote@appropriatesolutions.com> |
|---|---|
| Date | 2016-02-05 13:56 -0500 |
| Subject | Re: Daemon strategy |
| Message-ID | <mailman.10.1454698633.2317.python-list@python.org> |
We’ve recently stopped building Windows services (Python or any other type) and started using the NSSM service manager. Takes a normal Windows application and runs it as a service. The NSSM service manager provides great command-line support for installing, configuring, and controlling Windows services. Has greatly reduced our development time and test time since we no longer need to test both app and service executables. <http://www.nssm.cc> Downside is that it is a separate tool to install. Upside is that it has features such as : - run-once at startup. - auto-restart failed services - setting service dependences (don’t start until another service is up and running) - set processor dependencies —Ray On Fri, Feb 5, 2016 at 1: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. > -- > https://mail.python.org/mailman/listinfo/python-list > -- Raymond Cote, President voice: +1.603.924.6079 email: rgacote@AppropriateSolutions.com skype: ray.cote
Back to top | Article view | comp.lang.python
csiph-web