Update of /cvsroot/freenet/freenet/src/freenet/transport
In directory sc8-pr-cvs1:/tmp/cvs-serv23464/freenet/src/freenet/transport
Modified Files:
ReadSelectorLoop.java
Log Message:
(LoadStats.java) use 200 samples for accept ratio and
requests/hour.
(LRUQueue.java) fix an NPE.
(QThreadFactory.java) fix bugs, simplify.
Changes since 1.28 really do reduce lock contention.
added trailing blanks on certain lines so that
emacs ediff vs. 1.28 does not lose sync.
(ReadSelectorLoop.java) fix typo in comment.
(Version.java) 6208
Index: ReadSelectorLoop.java
===================================================================
RCS file: /cvsroot/freenet/freenet/src/freenet/transport/ReadSelectorLoop.java,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ReadSelectorLoop.java 30 Aug 2003 23:16:54 -0000 1.51
+++ ReadSelectorLoop.java 26 Sep 2003 09:22:37 -0000 1.52
@@ -308,7 +308,7 @@
nc.unregistered();
noneWorking = false;
} else if (size > 0 || (bumper.limit() > 0)) {
- //do not call process() if nothign was read
+ //do not call process() if nothing was read
//this actually is an error in fixkeys
if(size > 0) {
bytesRead += (size+OVERHEAD);
_______________________________________________
cvs mailing list
[EMAIL PROTECTED]
http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/cvs