yacy_search_server/source
orbiter 826ca79735 refactoring and new architecture to store the files of the web cache:
- files are not stored any more as individual files
- a new database structure using BLOBHeap files stores many cache entries in common files
- all file-writing procedures had been migrated to generate byte[] objects which are written with the new database methods

this is only an intermediate step to the final architecture, where cached files are written together with their metadata in one single database structure.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5276 6c8d7289-2bf4-0310-a012-ef5d649a1542
2008-10-16 21:24:09 +00:00
..
de/anomic refactoring and new architecture to store the files of the web cache: 2008-10-16 21:24:09 +00:00
dbtest.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
genpw.java added final where possible 2008-08-02 12:12:04 +00:00
migration.java * removed some warnings of findbugs (http://findbugs.sf.net) 2008-08-06 19:43:12 +00:00
screenshot.java added final where possible 2008-08-02 12:12:04 +00:00
yacy.java corrected a design mistake (5-byte hashes not necessary) 2008-09-04 21:28:00 +00:00