language changes in 2.7

This commit is contained in:
Jeena Paradies 2011-05-12 17:25:29 +02:00
parent 3615801a1a
commit 5397fc7139

View file

@ -2538,11 +2538,11 @@ Each instance of the GGS contains several so called tables.
start to decrease, or worse, the server may even crash. start to decrease, or worse, the server may even crash.
To avoid this the GGS will start new tables on another server, using this To avoid this the GGS will start new tables on another server, using this
technique the players will be close to evenly distributed among the servers. technique the players will be close to evenly distributed among the servers.
It is important to investigate and find out how many players are optimal It is important to investigate the amount of players which is optimal for
for each server. each server.
This approach makes it possible to use all resources with moderate load, This approach makes it possible to use all resources with a moderate load,
instead of having some resources with heavy load and some with almost no instead of having some resources with heavy load and others with almost
load. no load.
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
@ -2555,12 +2555,12 @@ reference "sec:Background"
there are two different types of scalability, structural scalability and there are two different types of scalability, structural scalability and
load scalability. load scalability.
To make the GGS scalable both types of scalability are needed. To make the GGS scalable both types of scalability have to be considered.
Structural scalability means in our case that it should be possible to Structural scalability means in this case that it should be possible to
add more servers to an existing cluster of servers. add more servers to an existing cluster of servers.
By adding more servers the limits of how many users a system can have is By adding more servers the limits of with how many users a system can be
increased. burdened with is increased.
Load scalability in contrast to structural scalability is not about how Load scalability, in contrast to structural scalability, is not about how
to increase the actual limits of the system, rather it means how good the to increase the actual limits of the system, rather it means how good the
system handles increased load. system handles increased load.
The GGS should be able to scale well in both categories. The GGS should be able to scale well in both categories.