yacy_search_server/source/net/yacy/kelondro/index
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
..
BinSearch.java - enhanced ybr ranking computation 2011-05-26 10:57:02 +00:00
BufferedObjectIndex.java code cleanup 2011-05-13 06:21:40 +00:00
Cache.java code cleanup 2011-05-13 06:21:40 +00:00
Column.java always try to guess the size of a StringBuilder to prevent too many memory re-allocations 2011-03-09 09:29:05 +00:00
HandleMap.java - enhanced html parser: recognized much more details in the content 2011-04-21 13:58:49 +00:00
HandleSet.java *) set SVN properties 2011-03-08 01:51:51 +00:00
Index.java code cleanup 2011-05-13 06:21:40 +00:00
IndexTest.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
RAMIndex.java code cleanup 2011-05-13 06:21:40 +00:00
RAMIndexCluster.java code cleanup 2011-05-13 06:21:40 +00:00
Row.java this is a re-implementation of the YaCy Block Rank feature 2011-05-18 14:26:28 +00:00
RowCollection.java hack to reduce resource contention caused by massive UTF8 decodings which use java.nio resources: 2011-05-27 08:24:54 +00:00
RowSet.java - applied many small performance hacks 2011-06-01 19:31:56 +00:00
RowSpaceExceededException.java *) set SVN properties 2011-03-08 01:51:51 +00:00