> If we implement an idea I posted a couple of weeks ago you don't need any of
> these performance statistics.
> I sugested changing requests so instead of having it sent to just one node
> to have it sent to best 3 nodes in parallel(or any configurable number) and
> take the first reply as the reference for the key.
> This will also reduce the problems duff nodes pose since if at least one in
> three nodes reply the request is succesfull.

Hmmmm, this is a good idea, however rather than implementing it with
DataRequests, we should implement it with the Handshake messages since
we don't want nodes politely trying to find information for you - only
to discover that it will be dumped when it is returned to the requester,
that would be rude.  I realise that this might lose a-little of the
benefits you may have been alluding to here (ie. giving higher priority
to nodes which can return the data more quickly, rather than just to
those which can respond to Handshakes faster).

Can anyone see any problems with this?

Ian.

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

Reply via email to