Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18061 > unrolled thread
| Started by | Fredrik Tolf <fredrik@dolda2000.com> |
|---|---|
| First post | 2011-12-27 22:46 +0100 |
| Last post | 2011-12-27 22:46 +0100 |
| 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 management Fredrik Tolf <fredrik@dolda2000.com> - 2011-12-27 22:46 +0100
| From | Fredrik Tolf <fredrik@dolda2000.com> |
|---|---|
| Date | 2011-12-27 22:46 +0100 |
| Subject | Re: Daemon management |
| Message-ID | <mailman.4156.1325022391.27778.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web