Skip to content

Commit 58d018b

Browse files
committed
Refining Distributor description [deploy site]
1 parent 47f216f commit 58d018b

8 files changed

+53
-4
lines changed

docs_source_files/content/grid/grid_4/components_of_a_grid.de.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ forward the request to the Node.
2626
The Router aims to balance the load in the Grid by sending the requests to the
2727
component that is able to handle them better, without overloading any component
2828
that is not needed in the process.
29+
30+
## Distributor
31+
32+
The Distributor is aware of all the Nodes and their capabilities. Its main role is
33+
to receive a new session request and find a suitable Node where the session can be
34+
created. After the session is created, the Distributor stores in the Session Map
35+
the relation between the session id and Node where the session is being executed.

docs_source_files/content/grid/grid_4/components_of_a_grid.en.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ component that is able to handle them better, without overloading any component
2222
that is not needed in the process.
2323

2424
## Distributor
25-
* Contains information on nodes and its capabilities.
26-
* Selects node on which session is run.
2725

28-
__Distributor__ is responsible for selecting the node on which your session will be run.
29-
It has all the information related to nodes and is aware of each node's capabilities.
26+
The Distributor is aware of all the Nodes and their capabilities. Its main role is
27+
to receive a new session request and find a suitable Node where the session can be
28+
created. After the session is created, the Distributor stores in the Session Map
29+
the relation between the session id and Node where the session is being executed.
3030

3131
## SessionMap
3232
* Datastore mapping for session id and the node.

docs_source_files/content/grid/grid_4/components_of_a_grid.es.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,10 @@ The Router aims to balance the load in the Grid by sending the requests to the
2727
component that is able to handle them better, without overloading any component
2828
that is not needed in the process.
2929

30+
## Distributor
31+
32+
The Distributor is aware of all the Nodes and their capabilities. Its main role is
33+
to receive a new session request and find a suitable Node where the session can be
34+
created. After the session is created, the Distributor stores in the Session Map
35+
the relation between the session id and Node where the session is being executed.
36+

docs_source_files/content/grid/grid_4/components_of_a_grid.fr.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ forward the request to the Node.
2626
The Router aims to balance the load in the Grid by sending the requests to the
2727
component that is able to handle them better, without overloading any component
2828
that is not needed in the process.
29+
30+
## Distributor
31+
32+
The Distributor is aware of all the Nodes and their capabilities. Its main role is
33+
to receive a new session request and find a suitable Node where the session can be
34+
created. After the session is created, the Distributor stores in the Session Map
35+
the relation between the session id and Node where the session is being executed.

docs_source_files/content/grid/grid_4/components_of_a_grid.ja.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ forward the request to the Node.
2626
The Router aims to balance the load in the Grid by sending the requests to the
2727
component that is able to handle them better, without overloading any component
2828
that is not needed in the process.
29+
30+
## Distributor
31+
32+
The Distributor is aware of all the Nodes and their capabilities. Its main role is
33+
to receive a new session request and find a suitable Node where the session can be
34+
created. After the session is created, the Distributor stores in the Session Map
35+
the relation between the session id and Node where the session is being executed.

docs_source_files/content/grid/grid_4/components_of_a_grid.ko.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ forward the request to the Node.
2626
The Router aims to balance the load in the Grid by sending the requests to the
2727
component that is able to handle them better, without overloading any component
2828
that is not needed in the process.
29+
30+
## Distributor
31+
32+
The Distributor is aware of all the Nodes and their capabilities. Its main role is
33+
to receive a new session request and find a suitable Node where the session can be
34+
created. After the session is created, the Distributor stores in the Session Map
35+
the relation between the session id and Node where the session is being executed.

docs_source_files/content/grid/grid_4/components_of_a_grid.nl.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ forward the request to the Node.
2626
The Router aims to balance the load in the Grid by sending the requests to the
2727
component that is able to handle them better, without overloading any component
2828
that is not needed in the process.
29+
30+
## Distributor
31+
32+
The Distributor is aware of all the Nodes and their capabilities. Its main role is
33+
to receive a new session request and find a suitable Node where the session can be
34+
created. After the session is created, the Distributor stores in the Session Map
35+
the relation between the session id and Node where the session is being executed.

docs_source_files/content/grid/grid_4/components_of_a_grid.zh-cn.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ forward the request to the Node.
2626
The Router aims to balance the load in the Grid by sending the requests to the
2727
component that is able to handle them better, without overloading any component
2828
that is not needed in the process.
29+
30+
## Distributor
31+
32+
The Distributor is aware of all the Nodes and their capabilities. Its main role is
33+
to receive a new session request and find a suitable Node where the session can be
34+
created. After the session is created, the Distributor stores in the Session Map
35+
the relation between the session id and Node where the session is being executed.

0 commit comments

Comments
 (0)