Hallo Alex,
hier noch ein kleiner Nachtrag bzgl. einer Stelle wo ich
Verbesserungsmöglichkeiten in deinem Code nach meiner Änderung sehen
könnte:
Modified: trunk/htroot/xml/status_p.java
===================================================================
--- trunk/htroot/xml/status_p.java 2006-03-12 18:08:48 UTC (rev 1879)
+++ trunk/htroot/xml/status_p.java 2006-03-13 10:43:12 UTC (rev 1880)
@@ -64,7 +64,7 @@
prop.put("rejected", 0);
yacyCore.peerActions.updateMySeed();
prop.put("ppm", yacyCore.seedDB.mySeed.get
(yacySeed.ISPEED, "unknown"));
- prop.put("wordCacheSize",
switchboard.wordIndex.wordCacheRAMSize());
+ prop.put("wordCacheSize", switchboard.wordIndex.wSize() +
switchboard.wordIndex.kSize());
prop.put("wordCacheMaxLow", switchboard.getConfig
("wordCacheMaxLow", "10000"));
prop.put("wordCacheMaxHigh", switchboard.getConfig
("wordCacheMaxHigh", "10000"));
hier könnte man nun noch ein wenig genauer zwischen den beiden cache-
Größen unterscheiden. Ist das aus deiner Sicht notwendig?
_______________________________________________
YaCy-svn mailing list
[email protected]
http://lists.berlios.de/mailman/listinfo/yacy-svn