Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Ann Rugby 4.3

From: m:koopmans2:chello:nl at: 23-Nov-2001 14:10

You have this when using Rugby with rebol/view. Especially the deferred http and and deferred and oneway TCP modes give you the possibility to do this kind of things. The problem with P2P is the network topology (graph), which you solve by peer discovery and routing algorithms. Which is something different than transport = Rugby. Whi is client and server in Rugby depensd on how you program: a script can easily change roles. Look at the demo script I posted yesterday (Rugby P2P chat sample) HTH, Maarten *** Gabriele wrote: That is right, but I can still see an architectural disadvantage of Rugby: it being client/server only. I believe fully symmetrical peer-to-peer connections can be a great advantage in some cases; I think I will try to integrate Rugby in a symmetrical system some day... Regards, Gabriele.