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


Groups > comp.lang.python > #11523

Re: Windows service in production?

Date 2011-08-16 08:52 +0100
From Tim Golden <mail@timgolden.me.uk>
Subject Re: Windows service in production?
References <90342eaa-28e2-4a86-9e5c-07299de10435@g9g2000yqb.googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.44.1313481167.27778.python-list@python.org> (permalink)

Show all headers | View raw


On 16/08/2011 05:32, snorble wrote:
> Anyone know of a Python application running as a Windows service in
> production? I'm planning a network monitoring application that runs as
> a service and reports back to the central server. Sort of a heartbeat
> type agent to assist with "this server is down, go check on it" type
> situations.

Don't know what it'll take to inspire you with confidence, but I have
several Python services running here without a hitch.
The longest have been running for about three years -- not without
a stop, since they have to be restarted for reasons external to the
service itself.

There's no py2exe involved, just the pywin32 service wrappers. (The
apps in question are also set up to run standalone for testing etc.).
They're mostly around a helpdesk system: one app ingests email requests
to the helpdesk; another post-processes call changes, currently to
send out email alerts to interested parties; another triggers alarms
on calls for various purposes, etc.

I don't claim they're the most sophisticated pieces of code on Earth,
but it doesn't sound like you're after anything spectacular either.

TJG

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


Thread

Windows service in production? snorble <snorble@hotmail.com> - 2011-08-15 21:32 -0700
  Re: Windows service in production? Tim Golden <mail@timgolden.me.uk> - 2011-08-16 08:52 +0100
    Re: Windows service in production? snorble <snorble@hotmail.com> - 2011-08-16 07:46 -0700
      Re: Windows service in production? Tim Golden <mail@timgolden.me.uk> - 2011-08-17 13:17 +0100
      Re: [Python] Re: Windows service in production? Chris Gonnerman <chris@gonnerman.org> - 2011-08-18 09:30 -0500
      Re: [Python] Re: Windows service in production? Chris Gonnerman <chris@gonnerman.org> - 2011-08-18 22:45 -0500
  Re: Windows service in production? alex23 <wuwei23@gmail.com> - 2011-08-16 01:08 -0700
  Re: Windows service in production? aspineux <aspineux@gmail.com> - 2011-08-16 05:55 -0700
  Re: Windows service in production? Grummble <grrrrr@rrrrr.com> - 2011-08-18 22:24 -0400
  Re: Windows service in production? Stephen Hansen <me+list/python@ixokai.io> - 2011-08-18 22:00 -0700

csiph-web