yacy_search_server/test
luccioman aa9ddf3c23 Added control over Robots.txt active threads maximum number.
When starting a crawl from a file containing thousands of links,
configuration setting "crawler.MaxActiveThreads" is effective to prevent
saturating the system with too many outgoing HTTP connections threads
launched by the crawler.
But robots.txt was not affected by this setting and was indefinitely
increasing the number of concurrently loading threads until most ot the
connections timed out.

To improve performance control, added a pool of threads for Robots.txt,
consistently used in its ensureExist() and massCrawlCheck() methods.
The Robots.txt threads pool max size can now be configured in the
/PerformanceQueus_p.html page, or with the new
"robots.txt.MaxActiveThreads" setting, initialized with the same default
value as the crawler.
2016-11-23 18:13:05 +01:00
..
java/net/yacy Added control over Robots.txt active threads maximum number. 2016-11-23 18:13:05 +01:00
net/yacy/data Updated license header file name 2016-10-15 11:34:50 +02:00
parsertest update to metadata-extractor-2.7.0.jar 2014-12-15 20:45:05 +01:00
viewImageTest Added links to more image test suites. 2015-11-12 08:21:37 +01:00
words - moved test data from /bin to /test/words 2010-02-22 20:14:16 +00:00
ImageViewerPerfTest.java Fixed license headers on files created to improve favicon management. 2016-10-14 11:55:49 +02:00
ImageViewerTest.java Fixed license headers on files created to improve favicon management. 2016-10-14 11:55:49 +02:00
yacysearchitemTest.java Fixed maven compilation error 2016-10-15 11:34:23 +02:00