- fixed parsing of crawl-delay statements when seconds were given with float numbers
- enhanced performance of profiling (not too many loggings; not more than one per second)
- removed some debug output
- fixed wrong return type in logging
- added a logging condition in httpd to prevent that logging statements are generated when they are not written (should be added everywhere!)
- fixed wrong word distance computation in RWI management
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5101 6c8d7289-2bf4-0310-a012-ef5d649a1542
privatestaticfinalMap<String,ConcurrentLinkedQueue<Event>>historyMaps=newConcurrentHashMap<String,ConcurrentLinkedQueue<Event>>();// value=TreeMap of Long/Event
privatestaticfinalMap<String,Long>eventAccess=newConcurrentHashMap<String,Long>();// value: last time when this was accessed
privatestaticserverProfilingsystemProfiler=null;
publicstaticvoidstartSystemProfiling(){
@ -73,14 +67,21 @@ public class serverProfiling extends Thread {