[kamaelia-list] Re: Question re: default socket connections deep within Kamaelia

2009-03-08 Thread Gloria W
[snip of handy summary] > http://www.kamaelia.org/MiniAxon > > It takes you through how to build a really simple Axon/Kamaelia system of > your own - thereby showing you what is actually going on. > Thank you! > > When a system written using Kamaelia wants to, for example, connect, as a > c

[kamaelia-list] Re: Question re: default socket connections deep within Kamaelia

2009-03-08 Thread Gloria W
> I'm not sure what you mean by this, so I'll explain what's going on in server > core, first of all from a historical perspective, then raw mechanics, and > then by analogy - and then relate your examples back to the analogy. > > The file Kamaelia/Chassis/ConnectedServer.py contains two classe

[kamaelia-list] Re: Question re: default socket connections deep within Kamaelia

2009-03-08 Thread Matt Hammond
> I am looking for the point at which I can determine that the inbox and > outbox communicate via UDP instead of TCP, for example. > How a protocol is tied to an inbox or an outbox seems vague to me. The > fact that it "just works" is really nice, but what if I want to change the > underlying prot

[kamaelia-list] Re: Question re: default socket connections deep within Kamaelia

2009-03-08 Thread Gloria W
> Hi Gloria, > > >> And ServerCore seems to be two components linked together, while the >> first example is a derivative component. >> > > I'm not sure what you mean by this. Can you explain? > Sorry, I think I confused the AdaptiveComponent with something else. Nevermind :) > >> I

[kamaelia-list] Re: Question re: default socket connections deep within Kamaelia

2009-03-08 Thread Michael Sparks
On Sunday 08 March 2009 07:27:09 Gloria W wrote: > And ServerCore seems to be two components linked together, while the > first example is a derivative component. I'm not sure what you mean by this, so I'll explain what's going on in server core, first of all from a historical perspective, then

[kamaelia-list] Re: Question re: default socket connections deep within Kamaelia

2009-03-08 Thread Matt Hammond
Hi Gloria, > And ServerCore seems to be two components linked together, while the > first example is a derivative component. I'm not sure what you mean by this. Can you explain? > I cannot see where an outbox is determined to default to stdout, like > the first example, or a remote console, li