File: future.md

package info (click to toggle)
yrmcds 1.0.4-6
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 924 kB
  • ctags: 1,346
  • sloc: cpp: 9,634; sh: 133; makefile: 97
file content (26 lines) | stat: -rw-r--r-- 702 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#<cldoc:Future Plans>

List of future plans.

Future Plans
------------

* Replicate CAS unique values.  
    Currently, yrmcds does not replicate CAS values, which may lead to
    **false-positives** as well as (harmless) false-negatives.  
    <p />

* Allow eviction to be disabled and honor the memory limit.  
    This is a requirement for in-memory database.  
    <p />

* Save/load cached objects at program exit/startup.  
    This is another requirement for in-memory database.  
    <p />

* Save snapshots periodically.  
    This can be done by [forking][fork] a child process when all
    worker threads are idle.


[fork]: http://manpages.ubuntu.com/manpages/precise/en/man2/fork.2.html