Hi!
On Mon, Mar 13, 2006 at 11:55:56PM +0100, Michael Christen wrote:
> 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?
Eigentlich nutzt erst momentan nur, um % füllungsgrad vom WordCache
auszurechnen.
Das ist so meine Art nach optimalen Settings zu suchen ;-).
Werd status und WatchCrawler auch erweitern, sobald ich ordentlich Zeit
hab.

Alex

        
                
___________________________________________________________ 
Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de
_______________________________________________
YaCy-svn mailing list
[email protected]
http://lists.berlios.de/mailman/listinfo/yacy-svn

Antwort per Email an