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 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.

2010-02-18 08:35
0.9.1

此版本标志着总吞吐量的主要性能改进。有一种底层缓存以提高性能严重并发写入默认的重大改造。该网络栈了更新,处理有关协议正确性各种错误修正适用,性能,被显着提高。在以前的版本的所有用户应升级。
This release marks a major performance improvement in overall throughput. There has been a major reworking of the default underlying cache to enhance performance for heavily concurrent writes. The network stack was brought up to date, with various bugfixes related to protocol correctness applied, with performance being dramatically improved. All users of prior releases are advised to upgrade.

2009-06-23 17:22
0.8

此版本添加了对Memcached的二进制协议的支持。它还修正议定书的案文,在支持非大倒退,ASCII数据的有效载荷。
This version adds support for the memcached binary protocol. It also fixes a major regression in support for non-ASCII data payloads in the text protocol.

2009-06-11 21:16
0.7

主要的和大规模的性能改进,协议正确性改进和错误修正。 Debian软件包现在创建作为构建的一部分。该网络框架是从Apache MINA的切换到JBoss Netty。
Major and massive performance improvements, protocol correctness improvements, and bugfixes. Debian packages are now created as part of the build. The network framework was switched from Apache MINA to JBoss Netty.

2008-11-18 07:09
0.6

此版本增加了对内存的支持映射堆是外部给JVM,允许更大的缓存,以避免内存的主要JVM的影响。它有一些性能和协议兼容性的改善。它具有较好的指挥和天花板指定堆大小行选项。它增加了单元测试电池。
标签: 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.

2008-05-09 22:59
0.4

一个主要缺陷修复的地址协议的方法。对最新的稳定的Apache米娜版本升级。内部缓存API来揭露修复供公众使用适当的方法。甲'一站式'的方法来把守护干净了。
标签: Major bugfixes
A major bugfix to the ADD protocol method. An upgrade to the most recent stable Apache Mina version. Fixes to the internal cache API to expose proper methods for public use. A 'stop' method to cleanly bring the daemon down.

Project Resources