Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
finished process management disitributed systems
  • Loading branch information
omarsar committed Jul 25, 2016
1 parent 8e10c1a commit 444e775
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3. Process Managment (Disitributed Environment).md
Expand Up @@ -58,7 +58,7 @@
- The arcs of the precedence graph: S1 --> S2; S1 --> S3; S2 --> S4; S4 --> S5; S4 --> S6; S5 --> S7; S6 --> S7; S3 --> S7. - The arcs of the precedence graph: S1 --> S2; S1 --> S3; S2 --> S4; S4 --> S5; S4 --> S6; S5 --> S7; S6 --> S7; S3 --> S7.




``` ```C
begin begin
count = 3 // three processes are to be joined at a point count = 3 // three processes are to be joined at a point
S1 S1
Expand All @@ -80,7 +80,7 @@
- The arcs representing the precedence graph: S1 --> S2; S1 --> S3; S2 --> S4; S2 --> S5; S4 --> S6; S5 --> S6; S3 --> S7; S6 --> S7. - The arcs representing the precedence graph: S1 --> S2; S1 --> S3; S2 --> S4; S2 --> S5; S4 --> S6; S5 --> S6; S3 --> S7; S6 --> S7.




``` ```C
begin S1 begin S1
count_1 = 2 count_1 = 2
count_2 = 2 count_2 = 2
Expand Down

0 comments on commit 444e775

Please sign in to comment.