Threadlimits probably aren't the issue any more, can you check how many queries per minute your node is accepting? There is a default in the config file to only accept a max of 300 queries per minute, is it possible that that is the limit you are hitting?
Also, it is possible that inserts are __slow__ due (indirectly) to the asyncronizing of trailer sends. I've tried to explain my view of this to toad, but lets see if mentioning it here gets me anywhere: With trailers async, there is no local limit on how many trailers we can start, that is we will keep queueing up trailers till we are blue in the face, causing tremendous slowness in the actual transfer of said trailers. IT IS MY __HUMBLE__ opinion that this behavior is less desirable than having threads block on trailer sends forcing the node to limit itself on how many trailers it can start. Thoughts? --Brandon On Sun, 09/28/03 at 00:12:41 -0500, Salah Coronya wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > In build 6209 (and as far back as 6206/7), splitfile inserts are > painfully slow, to the point of where I though they weren't working at > all, but somehow I actually manager to get a block inserted (at HTL=25, > build 6209) . Even at HTL=1, splitfile inserts just go nowhere for the > most part (it works at HTL=0 though). This happens no matter what > interface I'm using, whether it be Fuqid or FProxy. > > The node also (since 6206/7) seem to start QueryRejecting for no reason: > > Current routingTime 85ms > Active pooled jobs 75 (31.25%) > Available threads 39 > Current upstream bandwidth usage 6310 bytes/second (51%) > It's normal for the node to sometimes reject connections or requests > for a limited period. If you're seeing rejections continuously the node > is overloaded or something is wrong (i.e. a bug). > Current estimated load 31.25% [QueryRejecting all incoming requests!] > > Also the "Current upstream" bandwidth seems to slowly (although much > faster since 6208) go down, from 70% to below 60% - and the node has > only been running 30 minutes! In one case (in 6207), the node was > finally starved of file descriptors. > > I've increased maximumThreads to 240, to see if it'll help, but so far, > it doesn't seem to. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.3 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQE/dm3GhctESbvQ8ZwRAnPGAJ9b7VI2MvIotTlC8qy1YbL05c5HgQCeI6tb > eBy2MV8qmuY+ci++3oZA5XM= > =WDXv > -----END PGP SIGNATURE----- > > _______________________________________________ > Devl mailing list > [EMAIL PROTECTED] > http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl _______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
