Download List

Projeto Descrição

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-12-22 20:49 Back to release list
0.1.3

Esta versão introduz um read-only interface HTTP para lojas do segmento skwish. Ele usa um novo, experimental servidor HTTP embutido que acompanha a biblioteca. Além de fornecer uma interface bem público com o conteúdo de uma loja, esta nova funcionalidade também fornece uma maneira conveniente para inspecionar as entradas ad hoc usando apenas um navegador (por exemplo, para fins de depuração).
Tags: Minor feature enhancements
This release introduces a read-only HTTP interface
for skwish segment stores. It uses a new,
experimental embedded HTTP server that ships with
the library. Besides providing a good public
interface to the contents of a store, this new
feature also provides a convenient way to inspect
ad hoc entries using just a browser (e.g., for
debugging purposes).

Project Resources