worked on client arbiter but need to consider if starving is possible when multiple client arbiters grant access to the same server
This commit is contained in:
parent
f3acae0c1c
commit
a58c836981
2 changed files with 50 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
<mxfile host="Electron" agent="Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) draw.io/26.0.16 Chrome/132.0.6834.196 Electron/34.2.0 Safari/537.36" version="26.0.16">
|
||||
<diagram name="simplified" id="y4uZzcGV7WDpy27g0Dv6">
|
||||
<mxGraphModel dx="833" dy="592" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
|
||||
<mxGraphModel dx="675" dy="346" grid="1" gridSize="10" guides="1" tooltips="1" connect="1" arrows="1" fold="1" page="1" pageScale="1" pageWidth="850" pageHeight="1100" math="0" shadow="0">
|
||||
<root>
|
||||
<mxCell id="0" />
|
||||
<mxCell id="1" parent="0" />
|
||||
|
@ -329,11 +329,11 @@
|
|||
</mxGeometry>
|
||||
</mxCell>
|
||||
<mxCell id="x_lcP1lRQqL86m_3BT7G-6" value="value" style="endArrow=classic;html=1;rounded=0;jumpStyle=gap;labelBackgroundColor=#F8CECC;fontSize=10;" parent="1" edge="1">
|
||||
<mxGeometry x="-0.3043" width="50" height="50" relative="1" as="geometry">
|
||||
<mxPoint x="440" y="350" as="sourcePoint" />
|
||||
<mxGeometry x="-0.8667" width="50" height="50" relative="1" as="geometry">
|
||||
<mxPoint x="440" y="360" as="sourcePoint" />
|
||||
<mxPoint x="280" y="280" as="targetPoint" />
|
||||
<Array as="points">
|
||||
<mxPoint x="380" y="350" />
|
||||
<mxPoint x="380" y="360" />
|
||||
<mxPoint x="380" y="280" />
|
||||
</Array>
|
||||
<mxPoint as="offset" />
|
||||
|
|
Reference in a new issue