yacy_search_server/test
luccioman a7394b479b Limit the synchronization blocking time on some Cache operations.
Using a Reentrant lock instead of the intrinsic synchronization lock
permits limiting the blocking time to acquire a lock.

Useful on a very busy Cache concurrently accessed by many threads : when
the time to acquire a lock is too high, getting/storing content on the
cache becomes inefficient, and it is then better to fall back to loading
remote resources.

Illustrated by the CacheTest stress test and some traces reported in
mantis 751 ( http://mantis.tokeek.de/view.php?id=751 )
2017-06-14 09:13:50 +02:00
..
java/net/yacy Limit the synchronization blocking time on some Cache operations. 2017-06-14 09:13:50 +02: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