Just noticed a possible issue. I've got maximum threads set to 512. I just checked my node and found that the bandwidth consumption on it has ceased and it is recjecting all requests because it is currently running 1200+ threads!
The routing time still looked good at 30-70ms, but I don't know how much that could be trusted under the circumstances. All I could think of to figure out what is going wrong is the Class/Threads list on the Environment page. Here is what is said: Class Threads used Wake announcement procedure if there is no traffic. 1 freenet.Message: DataNotFound 2 freenet.Message: DataRequest 30 freenet.Message: InsertRequest 2 freenet.Message: QueryRejected 11 freenet.Message: QueryRestarted 5 freenet.OpenConnectionManager$ConnectionJob 739 freenet.client.InternalClient$ClientMessageVector 25 freenet.interfaces.LocalNIOInterface$ConnectionShell 109 freenet.interfaces.PublicNIOInterface$ConnectionShell 186 freenet.node.states.data.DataSent 4 freenet.node.states.data.DataStateInitiator 2 freenet.node.states.request.NoInsert 1 freenet.node.states.request.RequestInitiator 93 The big problem seems to be in far too many freenet.OpenConnectionManager$ConnectionJob instances being spawned. Can anybody offer any insights? Has anyone seen similar behaviour? Gordan _______________________________________________ devl mailing list [EMAIL PROTECTED] http://hawk.freenetproject.org:8080/cgi-bin/mailman/listinfo/devl
