Module submission - memcached

jean.bruenn@ip-minds.de jean.bruenn at ip-minds.de
Tue Aug 15 20:44:56 UTC 2006


module name       : memcached
suggested section : Web Applications????
update (y/n)      : n
bugfix (y/n)      : n
security (y/n)    : n

... ;-) i love this thing.

Jean Michel Bruenn

-------------- next part --------------
--- memcached/BUILD	1970-01-01 01:00:00.000000000 +0100
+++ memcached/BUILD	2006-08-15 22:36:19.408534000 +0200
@@ -0,0 +1,9 @@
+(
+
+  ./configure  --sysconfdir=/etc        \
+               --prefix=/usr            \
+               --mandir=/usr/share/man  \
+               --localstatedir=/var
+  default_make
+
+) > $C_FIFO 2>&1
--- memcached/DEPENDS	1970-01-01 01:00:00.000000000 +0100
+++ memcached/DEPENDS	2006-08-15 22:41:11.828534000 +0200
@@ -0,0 +1 @@
+depends libevent
--- memcached/DETAILS	1970-01-01 01:00:00.000000000 +0100
+++ memcached/DETAILS	2006-08-15 22:39:51.868534000 +0200
@@ -0,0 +1,23 @@
+          MODULE=memcached
+         VERSION=1.1.12
+          SOURCE=$MODULE-$VERSION.tar.gz
+   SOURCE_URL[0]=http://www.danga.com/memcached/dist/
+      SOURCE_VFY=sha1:431bfc095c777948073e38436c6cf176acb6b5de
+        WEB_SITE=http://www.danga.com/memcached/
+         ENTERED=20060915
+         UPDATED=20060915
+           SHORT="memcached is a high-performance, distributed memory object caching system."
+
+cat << EOF
+memcached is a high-performance, distributed memory
+object caching system, generic in nature, but intended
+for use in speeding up dynamic web applications by
+alleviating database load.
+It uses libevent to scale to any number of open connections
+(using epoll on Linux, if available at runtime), uses
+non-blocking network I/O, refcounts internal objects
+(so objects can be in multiple states to multiple clients),
+and uses its own slab allocator and hash table so virtual
+memory never gets externally fragmented and allocations are
+guaranteed O(1).
+EOF
-------------- next part --------------
lvu submit memcached 9890f309f3d09100a37b25edd1c960fa  -
2.6.17.8-server 2.6.12 gcc-3.4.6 glibc-2.3.6



More information about the Lunar mailing list