Download List

Descripción del Proyecto

libmemcache is the C API for memcached(8), a
high-performance, distributed memory object
caching system.

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.

2004-12-21 08:39
1.1.0

Una interfaz de devolución de llamada se añadió para permitir que las agrupaciones perezoso de obtener los comandos. Soporte para múltiples contexto de memoria de esta, lo que hace la biblioteca seguro de usar con otras bibliotecas en el mismo espacio de procesos, como en Apache, PHP, y mod_perl. Un error con grandes obtener respuestas del servidor se ha fijado.
Tags: Major feature enhancements
A callback interface was added to allow lazy groupings of get commands. Support for multiple memory context was added, making the library safe to use with other libraries in the same process space, such as in Apache, PHP, and mod_perl. A bug with large get responses from the server was fixed.

2004-12-08 05:12
1.0.2

Esta versión corrige un caso rincón donde realloc (3) devolverá una dirección diferente. Asimismo, establece un caso en que una nueva línea no se detectó en el búfer.
Tags: Minor bugfixes
This release fixes a corner case where realloc(3) would
return a different address. It also fixes a case where a
newline wasn't detected within the buffer.

2004-12-07 22:46
1.0.1

Un pequeño error con la libre en eliminar la lógica, que afectó a los usuarios de mc_aget (3), se ha corregido. Algunas optimizaciones microempresas se han añadido.
Tags: Minor bugfixes
A small error with the free on delete logic, which affected users of mc_aget(3), has been fixed. Some micro optimizations have been added.

2004-11-27 22:31
1.0RC2

La API se ha estabilizado y está siendo utilizado por pgmemcache.
Tags: Initial freshmeat announcement
The API has stabilized and is now being used by
pgmemcache.

Project Resources