Re: poking around a running program

2007-06-15 Thread Bjoern Schliessmann
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

Re: poking around a running program

2007-06-14 Thread Gabriel Genellina
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