[kamaelia-list] Re: Fortune cookie introspector

2009-03-08 Thread Gloria W
Very cool indeed. What really impresses me is the reuse of the project pieces to develop itself. It's the sign of a really well designed project. More digging to follow. Thanks again! Gloria > On Sunday 08 March 2009 23:05:49 Gloria W wrote: > >> Oh, wow...that is so damned cool. >> > > It

[kamaelia-list] Re: Fortune cookie introspector

2009-03-08 Thread Michael Sparks
On Sunday 08 March 2009 23:05:49 Gloria W wrote: > Oh, wow...that is so damned cool. It is indeed, and it's all Matt's work :) Furthermore, it can also look inside itself: ~/code.google/kamaelia/trunk/Code/Python/Kamaelia/Tools> ./AxonVisualiser.py --navelgaze > It seems like these few lines

[kamaelia-list] Re: Fortune cookie introspector

2009-03-08 Thread Matt Hammond
> Every introspective process suffers from these problems, so no biggie > for the time being. I think being able to make the display window > bigger, and scroll it, matters most right now. Check the '--help' command line option info, and try the arrow keys :-) Matt -- | Matt Hammond | | [anyth

[kamaelia-list] Re: Fortune cookie introspector

2009-03-08 Thread Gloria W
> > There are some caveats and shortcomings that need to be borne in mind: > > * scalability - the more complex the system, the more blobs and the > slower the visualisation gets - it can grind to a near halt pretty quick. > This is mainly due to the maths overhead on the physics engine dictating

[kamaelia-list] Re: Fortune cookie introspector

2009-03-08 Thread Matt Hammond
> Oh, wow...that is so damned cool. :-) > It seems like these few lines give you introspection into any Kamaelia > process: > > from Kamaelia.Util.Introspector import Introspector > from Kamaelia.Visualisation.Axon.AxonVisualiserServer import > AxonVisualiser > > # Start the introspector and con

[kamaelia-list] Re: Fortune cookie introspector

2009-03-08 Thread Gloria W
Oh, wow...that is so damned cool. It seems like these few lines give you introspection into any Kamaelia process: from Kamaelia.Util.Introspector import Introspector from Kamaelia.Visualisation.Axon.AxonVisualiserServer import AxonVisualiser # Start the introspector and connect to a local visua

[kamaelia-list] Re: Fortune cookie introspector

2009-03-08 Thread Matt Hammond
> I am looking at this nifty code from the Examples dir: > http://pastebin.com/m72f62d06 > Can you tell me what the introspector is doing here? I can't see how it > is connected to the SimpleServer. > I see that the last Pipeline is just a client call, sent to the console. > But the purpose and va