Commit Graph

16 Commits (5b3acc12cd4b4343c4e7d7f0a20a1da8ea8d5f6a)

Author SHA1 Message Date
Michael Peter Christen 2fc8ecee36 ConcurrentLinkedQueue has a VERY long return time on the .size() method.
13 years ago
orbiter 734059d33e performance hacks
14 years ago
orbiter e3fc1efbef performance hack and ensuring termination in serverAccessTracker. cause:
14 years ago
orbiter 0bc6284e27 - added bugfix for access tracker in case of concurrency conflicts
15 years ago
lotus 4450c240b7 npe fix http://forum.yacy-websuche.de/viewtopic.php?f=6&t=2982
15 years ago
orbiter a2f9974745 some redesign in the access tracker to realize sixcoolers question about "smartes way for deleting the first Object":
15 years ago
sixcooler 03f0414025 some minor correction of my last commit
15 years ago
sixcooler 42fa0eadb1 fix endless loop:
15 years ago
orbiter 29fe401f93 - some layout and text enhancement for site crawl start
15 years ago
orbiter 60e71876ad - more abstraction (HashMap -> Map)
15 years ago
orbiter 0d04ab1422 new access tracking data type strategy; previous data types may have caused deadlocks of httpd when performing statistic cleanups
15 years ago
orbiter dd459281c8 applied code changes that are recommended by PMD
15 years ago
orbiter 4a5100789f replaced _all_ size() == 0 with isEmpty() and all size() > 0 with !isEmpty(). The isEmpty() method is much faster in some cases, especially when used to access badly balanced hashtables where an size() operation becomes a large iteration.
15 years ago
orbiter 4431b9767e added about 450 replacements for printStackTrace() methods to pipe such traces into the log at DATA/LOG/
15 years ago
orbiter e735d3a69f fix for http://forum.yacy-websuche.de/viewtopic.php?p=15175#p15175
16 years ago
orbiter c12bb8a6d0 - refactoring of the http client
16 years ago