First cut at 8000- slides to match notes.
[libguestfs-talks.git] / 2019-kvm-forum / 8400-tradeoff-complexity-issues.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <h1>Tradeoff: how much complexity</h1>
6
7 <p>
8   Filler - summarize various options. Maybe a 2-d graph with:
9
10   <pre>
11     c |
12     l |
13  ^  i |
14     e |
15  i  n |
16  n  t |  multiple knobs,
17  c    |  requires multiple
18  r  c |  fallbacks, but a
19  e  o |  non-SR solution works
20  a  m |
21  s  p |
22  i  l |
23  n  e |
24  g  x |                           require more uniformity,
25     i |                           interop testing is easier,
26     t |                           but writing correct server
27     y |                           requires more effort
28       +------------------------------------------------------
29          > increasing server complexity
30 </p>