[freenet-dev] Insert slowness basics

2006-04-11 Thread Matthew Toseland
Why are inserts so slow? Well, inserts visit more nodes. This means: a) They take longer, (quite a lot longer) and b) They are more likely to get a RejectedOverload (or a timeout). Since our calculation of when we can send inserts is based solely on these two factors... this results in us sending

[freenet-dev] Insert slowness basics

2006-04-11 Thread Matthew Toseland
Why are inserts so slow? Well, inserts visit more nodes. This means: a) They take longer, (quite a lot longer) and b) They are more likely to get a RejectedOverload (or a timeout). Since our calculation of when we can send inserts is based solely on these two factors... this results in us sending