comparison marp-slide/slide.md @ 80:e81688943a04

...
author matac42 <matac@cr.ie.u-ryukyu.ac.jp>
date Thu, 15 Feb 2024 12:28:59 +0900
parents 810987627f3c
children 4052b8572f02
comparison
equal deleted inserted replaced
79:810987627f3c 80:e81688943a04
182 - メモリ割り当てと保護、メモリリーク防止に必要 182 - メモリ割り当てと保護、メモリリーク防止に必要
183 - 例:アロケーション、GC(ガベージコレクション) 183 - 例:アロケーション、GC(ガベージコレクション)
184 184
185 多重性 185 多重性
186 186
187 - 単一障害点の排除、可用性の保証、災害復旧に必要 187 - 複数ノードの作成、可用性の保証、災害復旧に必要
188 - 例:レプリケーション、バックアップ 188 - 例:レプリケーション、バックアップ
189 189
190 --- 190 ---
191 191
192 ## メモリ管理や多重性の機能の要件 192 ## メモリ管理や多重性の機能の要件