Paul Rubin wrote:
> Is this kind of thing common? Has it been done before and are
> there some recipes?
The Twisted framework offers an interactive Python shell inside the
application (Twisted manhole).
Regards,
Björn
--
BOFH excuse #249:
Unfortunately we have run out of bits/bytes/whate
En Thu, 14 Jun 2007 21:42:50 -0300, Paul Rubin
<"http://phr.cx"@NOSPAM.invalid> escribió:
> I have a long-running program that has lots of net connections open on
> separate threads. I'm twiddling my thumbs waiting for it to finish
> (each run takes maybe an hour) and although I'm logging vario
I have a long-running program that has lots of net connections open on
separate threads. I'm twiddling my thumbs waiting for it to finish
(each run takes maybe an hour) and although I'm logging various info
that I can monitor as the run progresses, it would be cool to be able
to actually poke arou