Download List

Descripción del Proyecto

jmemcached is a fast network available cache daemon. It is protocol-compatible with memcached, but written in Java and suitable for applications with portability concerns, where Java is the preferred solution, or for using the memcached protocol in embedded applications with alternate storage engines. Existing clients for memcache work unmodified. It can run as a standalone daemon or be embedded inside an existing Java application.

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-18 07:09 Back to release list
0.6

Esta versión incluye el soporte para un mapeado en memoria de montón que es externo a la JVM, para permitir la caché mucho más grande y para evitar el impacto de memoria en la JVM principal. Tiene algunas mejoras de rendimiento y cumplimiento de protocolo. Tiene opciones de línea de comandos para especificar mejor montón y tamaños de techo. Añade una batería de pruebas unitarias.
Tags: Major feature enhancements
This release adds support for a memory-mapped heap that is external to the JVM, to allow for much larger caches and to avoid memory impact on the main JVM. It has some performance and protocol compliance improvements. It has better command line options for specifying heap and ceiling sizes. It adds a battery of unit tests.

Project Resources