Download List

프로젝트 설명

Skwish is a fast, simple, lightweight Java library for storing blobs on the file system. It allows multiple concurrent readers and writers, provides all-or-nothing write semantics, and is designed to survive abnormal, unclean shutdown. Skwish is a structured implementation of storing all blobs in a single file to save on file system I/O. Skwish is premised on the proposition that blob storage ought to be orthogonal to the task of indexing. It is meant to be a clean and simple store on which some other index can be built.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-11-13 15:45 Back to release list
0.1.2

SegmentManager SegmentStore로 변경되었습니다. 스레드 풀 SegmentStore 이제 모든 인스턴스에서 공유됩니다. 하지만 항목의 크기를 수 없어 지금 등록 내용이 업데이트될 수있습니다.
Tags: Minor feature enhancements
SegmentManager was renamed as SegmentStore. The thread pool is now shared across all SegmentStore instances. Entry contents can now be updated, though the entry's size can not.

Project Resources