I think this is the source of so many connections trying to open.

freenet.client.InternalClient$NewInternalGet.received
freenet.node.State.received
freenet.node.states.request.DataPending.receivedMessage
freenet.node.states.request.Pending.receivedRequestInitiator
freenet.node.states.request.Pending.sendOn
freenet.node.rt.NGRouting.getNextRoute
freenet.node.rt.NGRouting.freeConn
freenet.node.Node.scheduleConnectionOpener
...

--------------

QThreadFactory
Why are the waits polling. No need for it, just using up clock cycles.
Add awaken() to the end of returnThread.
active & available should be volatile. (and with synchronized access if there is code reading both)


--------------

Wouldn't the source code .bz2 be better off not containing the jars?


_______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to