On Mon, May 08, 2000 at 02:33:15PM +0200, Oskar Sandberg wrote:
> 
> You can change the name all you want, but
> 
> "When a document is updated, the node which received the message to update
> the document should send this message to all the other nodes that it knows
> of. "
> 
> is still the "B" word. I going to have to go wash my mouth with soap now just
> because you made me write "send this message to all the other nodes that it
> knows of" in an email (well, I didn't say it so maybe I should just wash my
> hands with soap, which doesn't really work as a punishment). 

Actually, now that I think of this, broadcast updates aren't such a wonderful
idea.  But then, this would overall have less overhead than deep requests.
Deep requests (that is, looking beyond the nearest node which has a document
for the latest version) would mean that a large amount of network usage would
result from each request.  On the otherhand, broadcast updates would result
in more network usage *per update*, but then, updates would probably be far
less often than requests.  On the third hand, deep requests would probably be
more reliable than broadcast updates because network outages at critical points
would have less effect because the effects of network outages would be purely
temporary, but if a network outage blocked a broadcast update from getting
propagated to most of the Freenet, it would almost be if the document had not
been updated at all.

> On Mon, 08 May 2000, Travis Bemann wrote:
> > On Mon, May 08, 2000 at 10:36:45AM +0200, Oskar Sandberg wrote:
> > > 
> > > You said the "B" word. That is almost as nasty as the "C" word. I am
> > > deeply offended.
> > 
> > Actually, I've realized that Broadcast.NodeUpdate is a horrible name for 
> > this.
> > If you saw my reply to my post, I changed the name to Data.UpdateBroadcast.
> > But if the word broadcast offends you so much, the name could possibly be
> > changed to Data.RemoteUpdate.
> > 
> > -- 
> > Travis Bemann
> > Sendmail is still screwed on my box.
> > My email address is really bemann at execpc.com
> > 
> > _______________________________________________
> > Freenet-dev mailing list
> > Freenet-dev at lists.sourceforge.net
> > http://lists.sourceforge.net/mailman/listinfo/freenet-dev
> -- 
> 
> Oskar Sandberg
> 
> md98-osa at nada.kth.se
> 
> #!/bin/perl -sp0777i<X+d*lMLa^*lN%0]dsXx++lMlN/dsM0<j]dsj
> $/=unpack('H*',$_);$_=`echo 16dio\U$k"SK$/SM$n\EsN0p[lN*1
> lK[d2%Sa2/d0$^Ixp"|dc`;s/\W//g;$_=pack('H*',/((..)*)$/)
> 
> _______________________________________________
> Freenet-dev mailing list
> Freenet-dev at lists.sourceforge.net
> http://lists.sourceforge.net/mailman/listinfo/freenet-dev

-- 
Travis Bemann
Sendmail is still screwed up on my box.
My email address is really bemann at execpc.com.

_______________________________________________
Freenet-dev mailing list
Freenet-dev at lists.sourceforge.net
http://lists.sourceforge.net/mailman/listinfo/freenet-dev

Reply via email to