On Wed, Oct 15, 2003 at 02:41:58PM -0500, Brandon Low wrote:
> On Wed, 10/15/03 at 20:26:06 +0100, Toad wrote:
> > > Current unstable -> stable merge first, then multiplexing on unstable
> > > branch with a split network between unstable and stable might be one way
> > > to handle this.
> > 
> > If the unstable code is likely to become good enough to merge before
> > multiplexing is in...
> Seems like there are only 3 fairly minor things keeping unstable from
> merging right now:
> The weird NPE in RandomFileAccessPool
> Lock contention in RandomFileAccessPool (probably contributed to or
> caused by the NPE)
> FIW not working right.
> 
> > > -Allow firewalled nodes to be fully functional parts of the network
> > >  just without ARK insertion.  This will give us some of the scalability
> > >  advantages of Gnutella's Ultrapeer technique
> > You mean shadow nodes? Maybe. I'd rather just set a flag on the
> > reference and have the node it connects to not forward the reference.
> That's basically the same thing functionally bunches easier to impliment
> I guess.

No. If you want a node to talk to you, you'd need to tell the network to
send a message to it saying you want a connection. That's something we
don't have a system for at the moment. And it's not as easy as it sounds
if we want it to be fast and to scale. Including one or more shadow
nodes that we keep connections to in our node reference as given out to
the rest of the world is one way to solve this problem.
> 
> > > -Allow us to go back to queueing messages on connections rather than on
> > >  peers, this is probably a good thing as it should help get rid of the
> > >  HUGE message send times that have become a problem on latest unstable.
> > Not necessarily. The hugeness is merely a diagnostic issue. And I'm not
> > about to back out PeerHandler. We might have two connections to a node
> > for some reason or other.
> Hmm... OK
> 
> --Brandon

-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Devl mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to