aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework/README
diff options
context:
space:
mode:
authorJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
committerJon Bratseth <bratseth@yahoo-inc.com>2016-06-15 23:09:44 +0200
commit72231250ed81e10d66bfe70701e64fa5fe50f712 (patch)
tree2728bba1131a6f6e5bdf95afec7d7ff9358dac50 /storageframework/README
Publish
Diffstat (limited to 'storageframework/README')
-rw-r--r--storageframework/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/storageframework/README b/storageframework/README
new file mode 100644
index 00000000000..b24aedd74f3
--- /dev/null
+++ b/storageframework/README
@@ -0,0 +1,10 @@
+This module contains a generic application framework for a C++ server
+process. It provides functionality such as metrics, status pages, memory
+management and deadlock detection.
+
+This used to be coded into the storage module itself, but we want the generic
+stuff to be available to others. The driver for moving is that storage now
+splits its own memfile persistence layer out of storage, and we want both parts
+to have the same utilities available.
+
+This module should hopefully not contain very storage specific stuff.