summaryrefslogtreecommitdiff
path: root/databases/flare/files/patch-etc-flared.conf
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2010-05-30 04:41:50 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2010-05-30 04:41:50 +0000
commit4bfc868fa38694920f916a2d7b3f93f1c5cab28a (patch)
tree0007c480d3b7f900c96e2915c058559fe2b01dc8 /databases/flare/files/patch-etc-flared.conf
parentfix typo failing install (diff)
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
Notes
Notes: svn path=/head/; revision=255301
Diffstat (limited to 'databases/flare/files/patch-etc-flared.conf')
-rw-r--r--databases/flare/files/patch-etc-flared.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/databases/flare/files/patch-etc-flared.conf b/databases/flare/files/patch-etc-flared.conf
new file mode 100644
index 000000000000..3a74feb28dd6
--- /dev/null
+++ b/databases/flare/files/patch-etc-flared.conf
@@ -0,0 +1,8 @@
+--- etc/flared.conf.orig 2009-10-09 19:08:47.000000000 +0900
++++ etc/flared.conf 2010-05-30 02:47:31.463522454 +0900
+@@ -1,4 +1,4 @@
+-data-dir = /tmp
++data-dir = /var/db/flare
+ index-server-name = localhost
+ index-server-port = 12120
+ log-facility = local1