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


Groups > comp.lang.python > #18061

Re: Daemon management

Date 2011-12-27 22:46 +0100
From Fredrik Tolf <fredrik@dolda2000.com>
Subject Re: Daemon management
References <alpine.DEB.2.02.1112270226440.4050@pc7.dolda2000.com> <jdcutr$cuk$1@dough.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.4156.1325022391.27778.python-list@python.org> (permalink)

Show all headers | View raw



On Wed, 28 Dec 2011, Lie Ryan wrote:
> On 12/27/2011 12:43 PM, Fredrik Tolf wrote:
>> [...]
> This is possible through the use of a debugger. I've never used it, but I 
> heard good thing of winpdb which has remote debugging. (http://winpdb.org/)

Thanks, but not as long as the debugger freezes the program it attaches 
to.

> Another tool that I've never used is rconsole, part of rfoo library, which 
> appears to be similar to pdm; it is also intended for the same kind of 
> problem, managing long-running-processes/daemons.

Interesting. That does sound very similar to what I wanted, so it's kind 
of a shame that I didn't find it. If anything, it seems that PDM is a bit 
more flexible in that it can handle limited references to remote 
objects, event notifications from the server to the client, and has better 
support for handling both TCP and Unix sockets (the rconsole script, for 
instance, seems to lack support for connecting to Unix sockets), so I 
guess my time wasn't wasted.

--

Fredrik Tolf

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


Thread

Re: Daemon management Fredrik Tolf <fredrik@dolda2000.com> - 2011-12-27 22:46 +0100

csiph-web