Download List

프로젝트 설명

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

이 릴리스의 메모리에 대한 지원을 추가 - 그 JVM을 힙 외부 매핑, 훨씬 더 큰 캐시를 허용하고 메인 메모리를 JVM으로 영향을 피하기 위해. 그것은 몇 가지 성능과 프로토콜을 준수를 개선하고있다. 그것은 천장 힙 크기를 지정하기위한 더 나은 명령줄 옵션이있다. 그것은 단위 테스트의 배터리를 추가합니다.
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