aboutsummaryrefslogtreecommitdiff
path: root/databases/flare/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Mark as broken on sparc64: does not compile.Mark Linimon2010-07-011-0/+4
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=257238
* Cleanup rc script, and bump PORTREVISION.Norikatsu Shigemura2010-05-311-2/+2
| | | | | | | Submitted by: dougb Notes: svn path=/head/; revision=255400
* o Fix my HAVE_KQUEUE support bugs.Norikatsu Shigemura2010-05-301-3/+2
| | | | | | | | | o Add support `service flare[id] reload'. o Sleep until flarei daemon starting. To disable flarei_sleepwait="0" to /etc/rc.conf. Notes: svn path=/head/; revision=255324
* Temporary disable HAVE_KQUEUE by performance and stability issue.Norikatsu Shigemura2010-05-301-1/+3
| | | | Notes: svn path=/head/; revision=255304
* Add flare 1.0.9, is distributed, and persistent key-value storageNorikatsu Shigemura2010-05-301-0/+47
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: svn path=/head/; revision=255301