[Twisted-Python] Instrumenting Reactors

anatoly techtonik techtonik at gmail.com
Wed Apr 6 12:06:03 EDT 2011


On Wed, Apr 6, 2011 at 1:35 PM, Laurens Van Houtven <_ at lvh.cc> wrote:
> Hi!
>
>
> No guarantee it's an optimal solution, but when I wanted to inspect a
> running process (which sounds like what you're doing), I had a pretty good
> time with manhole. (If you're not familiar with that: it's in Twisted Conch,
> and it's basically just a way to SSH in to a running box and get a REPL).
>
> In that REPL, you can of course do things like inspect the running reactor
> :-)

It would be nice to be able to attach signals emitters to some parts
of running reactor in real-time. If manhole can allow to attach to
these emitters - it will be possible to visualize them in funny way.
Does anybody know how a twisted reactor model should look like in
Blender? =)
--
anatoly t.



More information about the Twisted-Python mailing list