Skip to content

Commit 9df8227

Browse files
committed
Updating Grid architecture
[deploy site]
1 parent 2132ec7 commit 9df8227

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

website_and_docs/content/documentation/grid/architecture.en.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The main components of the Grid are:
2020
<dd>Used for sending messages which may be received asynchronously
2121
between the other components.
2222

23-
<dt>Session Queue
23+
<dt>New Session Queue
2424
<dd>Maintains a list of incoming sessions which have yet to be
2525
assigned to a Node by the Distributor.
2626

@@ -44,7 +44,7 @@ The main components of the Grid are:
4444

4545
<dt>Router
4646
<dd>Acts as the front-end of the Grid. This is the only part of the
47-
Grid which _may_ be exposed to the wider Web (though we strongly
47+
Grid which <i>may</i> be exposed to the wider Web (though we strongly
4848
caution against it). This routes incoming requests to either the
4949
New Session Queue or the Node on which the session is running.
5050
</dl>

website_and_docs/content/documentation/grid/architecture.ja.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The main components of the Grid are:
2929
<dd>Used for sending messages which may be received asynchronously
3030
between the other components.
3131

32-
<dt>Session Queue
32+
<dt>New Session Queue
3333
<dd>Maintains a list of incoming sessions which have yet to be
3434
assigned to a Node by the Distributor.
3535

@@ -53,7 +53,7 @@ The main components of the Grid are:
5353

5454
<dt>Router
5555
<dd>Acts as the front-end of the Grid. This is the only part of the
56-
Grid which _may_ be exposed to the wider Web (though we strongly
56+
Grid which <i>may</i> be exposed to the wider Web (though we strongly
5757
caution against it). This routes incoming requests to either the
5858
New Session Queue or the Node on which the session is running.
5959
</dl>

website_and_docs/content/documentation/grid/architecture.pt-br.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The main components of the Grid are:
2929
<dd>Used for sending messages which may be received asynchronously
3030
between the other components.
3131

32-
<dt>Session Queue
32+
<dt>New Session Queue
3333
<dd>Maintains a list of incoming sessions which have yet to be
3434
assigned to a Node by the Distributor.
3535

@@ -53,7 +53,7 @@ The main components of the Grid are:
5353

5454
<dt>Router
5555
<dd>Acts as the front-end of the Grid. This is the only part of the
56-
Grid which _may_ be exposed to the wider Web (though we strongly
56+
Grid which <i>may</i> be exposed to the wider Web (though we strongly
5757
caution against it). This routes incoming requests to either the
5858
New Session Queue or the Node on which the session is running.
5959
</dl>

website_and_docs/content/documentation/grid/architecture.zh-cn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The main components of the Grid are:
2929
<dd>Used for sending messages which may be received asynchronously
3030
between the other components.
3131

32-
<dt>Session Queue
32+
<dt>New Session Queue
3333
<dd>Maintains a list of incoming sessions which have yet to be
3434
assigned to a Node by the Distributor.
3535

@@ -53,7 +53,7 @@ The main components of the Grid are:
5353

5454
<dt>Router
5555
<dd>Acts as the front-end of the Grid. This is the only part of the
56-
Grid which _may_ be exposed to the wider Web (though we strongly
56+
Grid which <i>may</i> be exposed to the wider Web (though we strongly
5757
caution against it). This routes incoming requests to either the
5858
New Session Queue or the Node on which the session is running.
5959
</dl>

0 commit comments

Comments
 (0)