File: exJ4.block

package info (click to toggle)
msc-generator 8.6.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180,484 kB
  • sloc: cpp: 129,931; yacc: 23,655; ansic: 7,464; sh: 5,026; makefile: 948
file content (27 lines) | stat: -rw-r--r-- 742 bytes parent folder | download | duplicates (2)
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
27
box Client [line.radius=3, line.corner=bevel, line.width=2];
space;
box Processing [fill.color=aqua+80, line.radius=5] {
    chart signalling <<<
        background.color=none;
        hscale=auto;
        Server, LB [show=no], Backend1, Backend2;
        ->Server;
        show LB;
        Server->LB;
        LB->Backend2;
        hide LB;
        Backend2--Backend2:Proc;
        join <->:external\nreq;
        Server<-Backend2;
        <-Server;
    >>>;
};
space;
box zone: zone nw [line.type=dotted] {
    *def.db db [size=40, line.width=2, middle=Client];
    *def.db [size=40, line.width=2];
}
below +30 *def.actor op [size=20, color=orange];
below -10 text: \-Operator;
Client<=>Processing<=>db;
op=>zone: config [label.pos=middle];