Hi, I haven't ever written to this list before, but I've been following things on the archives for some time. I'm really amazed by how much faster the NIO code is. I have a 2X550MHZ P3 linux machine with a 7 gig datastore using sun java, which does nothing but freenet. It used to be (0.5.1) that it could push out 100 kilobytes/sec. With the new code, I'm now sometimes doing 300 kilobytes/sec out (on a 3-minute average), and 45 kilobytes/sec in with up to 150Kqph. I would say that 250 out is more typical though. So way way better code!
Unortunately though, the node seems to be getting confused more often. I use throughput as a way of measuring how well the node is doing, and sometimes throughput drops way down all of a sudden and stays there. If I restart the node, it picks up again. I used to have to do this maybe once a week, now it's more like once a day. Looking at my General Info page it said just now (after dying off): Current routingTime 72ms Active pooled jobs 958 (598.75%) [Rejecting incoming connections and requests!] Available threads 465 It's normal for the node to sometimes reject connections or requestsfor a limited period. If you're seeing reject160ions continuously the node is overloaded or something is wrong (i.e. a bug). Current estimated load 100.0% Just so you know, I have maximumthreads=160 So something has gone very wacky. My question is what kind of info do you need out of the logs to help troubleshoot this. If this is something that others are experiencing as well, let me know what I can tell you that will help. andreas p.s. Now that network performance has significantly improved, you might want to think about increasing the default size of the FailureTable. I boosted mine from 1,000 to 2,000 and last I checked it had about 1,300 entries. Looking through the code, the failuretable seems to be a hashtable, so I don't think that increasing its size would effect performance. I would think that as performance continues to increase, so will qph making a bigger table necessary. __________________________________ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! http://sbc.yahoo.com _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl
