aboutsummaryrefslogtreecommitdiffstats
path: root/storageframework/README
blob: b24aedd74f33aff182b1939628a92a4ce4d03124 (plain) (blame)
1
2
3
4
5
6
7
8
9
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.