yacy_search_server/source
orbiter c38c852090 modified access method to get index entries out of a array of BLOBs:
iterate them, then merge; not collect them and merge then.
This should use less memory and may behave better in an environment with many queries.
To ensure that too many queries will not cause total blocking,
a time-out of one second was also added. After the time-out
the index data that was collected so far is returned.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6013 6c8d7289-2bf4-0310-a012-ef5d649a1542
2009-06-02 16:53:45 +00:00
..
de/anomic modified access method to get index entries out of a array of BLOBs: 2009-06-02 16:53:45 +00:00
dbtest.java added a catch Exception to all thread to check if any of them silently dies without any other notification 2009-05-05 06:31:35 +00:00
genpw.java more refactoring of kelondro: 2009-01-30 22:08:08 +00:00
migration.java migration of all databases that use the deprecated BLOBTree format into the BLOBHeap format. Old databases are migrated automatically. 2009-05-27 15:04:04 +00:00
screenshot.java added final where possible 2008-08-02 12:12:04 +00:00
yacy.java more refactoring to make the segment object easier to use and to be prepared to integrate author navigation 2009-05-29 10:03:35 +00:00