yacy_search_server/source/net/yacy/kelondro/data/word
orbiter 0c1b29f3c9 - applied many small performance hacks
- added a memory limitation in the zip parser and the pdf parser
- added a search throttling: if there are too many search queries are still to be computed, then new requests are not accepted for some time. if after a one second still no space is there to perform another search, the search terminates with no results. this case should only happen in case of DoS-like situations and in case of strong load on a peer like if it is integrated in metager.
- added a search cache deletion process that removes search requests in case that throttling happens

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7766 6c8d7289-2bf4-0310-a012-ef5d649a1542
2011-06-01 19:31:56 +00:00
..
Word.java more concurrency (enhancement) hacks 2011-05-30 08:53:58 +00:00
WordReference.java moved getBytes() to UTF8.getBytes() to use a default String encoding 2011-03-10 12:35:32 +00:00
WordReferenceFactory.java less String object creation during search 2011-05-30 04:19:20 +00:00
WordReferenceRow.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
WordReferenceVars.java - applied many small performance hacks 2011-06-01 19:31:56 +00:00