以下の6つの機能を分離し、簡単に切り替えられるようにしたい。
- OSからのメモリアロケータ
- OSからメモリアロケートする部分のAPI
- Rubyのヒープ管理
- ヒープの設定を保持
notify_start_time=0 | |
notify_end_time=0 | |
notify_threshold=10 | |
notify_prev_command="" | |
notify_flag=0 | |
function notify_preexec { | |
notify_flag=1 | |
notify_start_time=`date +'%s'` | |
notify_prev_command="$2" |
原題:Dynamo: Amazon’s Highly Available Key-value Store
原文: Amazon's Dynamo - All Things Distributed (PDF Version)
This article is translated by @ono_matope. Please contact me if any problem.