cvs commit: ports/databases Makefile ports/databases/flare
Makefile distinfo pkg-descr pkg-plist ports/databases/flare/files
flared.sh.in flarei.sh.in patch-etc-flared.conf
patch-etc-flarei.conf patch-flared-flared.cc patch-flared-ini_option.cc ...
Norikatsu Shigemura
nork at FreeBSD.org
Sun May 30 04:41:50 UTC 2010
nork 2010-05-30 04:41:50 UTC
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/flare Makefile distinfo pkg-descr pkg-plist
databases/flare/files flared.sh.in flarei.sh.in
patch-etc-flared.conf
patch-etc-flarei.conf
patch-flared-flared.cc
patch-flared-ini_option.cc
patch-flared-ini_option.h
patch-flarei-flarei.cc
patch-flarei-ini_option.cc
patch-flarei-ini_option.h
patch-kqueue-server.cc
patch-kqueue-server.h
patch-lib-logger.cc patch-lib-server.h
pkg-message.in
Log:
Add flare 1.0.9, is distributed, and persistent key-value storage
compatible / memcached, and has more features(as follows):
* persistent storage (you can use flare as persistent memcached)
* pluggable storage (currently only Tokyo Cabinet is available, though:)
* data replication (synchronous or asynchronous)
* data partitioning (automatically partitioned according to # of master
servers (clients do not have to care about it))
* dynamic reconstruction, and partitioning (you can dynamically (I mean,
without any service interruption) add slave servers and partition
master servers)
* node monitoring and failover (if any server is down, the server is
automatically isolated from active servers and another slave server
is promoted to master server)
* request proxy (you can always get same result regardless of servers
you connect to. so you can think flare servers as one big key-value
storage)
* over 256 bytes keys, and over 1M bytes values are available
WWW: http://labs.gree.jp/Top/OpenSource/Flare-en.html
Revision Changes Path
1.881 +1 -0 ports/databases/Makefile
1.1 +47 -0 ports/databases/flare/Makefile (new)
1.1 +3 -0 ports/databases/flare/distinfo (new)
1.1 +52 -0 ports/databases/flare/files/flared.sh.in (new)
1.1 +53 -0 ports/databases/flare/files/flarei.sh.in (new)
1.1 +8 -0 ports/databases/flare/files/patch-etc-flared.conf (new)
1.1 +8 -0 ports/databases/flare/files/patch-etc-flarei.conf (new)
1.1 +21 -0 ports/databases/flare/files/patch-flared-flared.cc (new)
1.1 +28 -0 ports/databases/flare/files/patch-flared-ini_option.cc (new)
1.1 +18 -0 ports/databases/flare/files/patch-flared-ini_option.h (new)
1.1 +21 -0 ports/databases/flare/files/patch-flarei-flarei.cc (new)
1.1 +28 -0 ports/databases/flare/files/patch-flarei-ini_option.cc (new)
1.1 +18 -0 ports/databases/flare/files/patch-flarei-ini_option.h (new)
1.1 +106 -0 ports/databases/flare/files/patch-kqueue-server.cc (new)
1.1 +33 -0 ports/databases/flare/files/patch-kqueue-server.h (new)
1.1 +74 -0 ports/databases/flare/files/patch-lib-logger.cc (new)
1.1 +13 -0 ports/databases/flare/files/patch-lib-server.h (new)
1.1 +31 -0 ports/databases/flare/files/pkg-message.in (new)
1.1 +20 -0 ports/databases/flare/pkg-descr (new)
1.1 +10 -0 ports/databases/flare/pkg-plist (new)
More information about the cvs-all
mailing list