Grammar changes in 1.1 corrected
This commit is contained in:
parent
5a9339b321
commit
1b1a608417
1 changed files with 11 additions and 11 deletions
22
report.lyx
22
report.lyx
|
@ -671,7 +671,7 @@ s are large.
|
||||||
One specific section where the development has stalled is the game server
|
One specific section where the development has stalled is the game server
|
||||||
section.
|
section.
|
||||||
\begin_inset Note Note
|
\begin_inset Note Note
|
||||||
status collapsed
|
status open
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
Citation needed
|
Citation needed
|
||||||
|
@ -682,7 +682,7 @@ Citation needed
|
||||||
The existing game servers are functional but they lack good fault tolerance
|
The existing game servers are functional but they lack good fault tolerance
|
||||||
and the ability to scale well
|
and the ability to scale well
|
||||||
\begin_inset Note Note
|
\begin_inset Note Note
|
||||||
status collapsed
|
status open
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
Citation needed
|
Citation needed
|
||||||
|
@ -787,10 +787,10 @@ Citation needed...
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
In the current state game servers are developed on a per-game basis, in
|
In the current state game servers are developed on a per-game basis, often
|
||||||
many cases this seems like a bad solution.
|
this seems like a bad solution.
|
||||||
Developers of network game need to understand network programming.
|
Developers of network game need to understand network programming.
|
||||||
A way to change this is a generic game server which give the game developers
|
A way to change this is a generic game server which gives the game developers
|
||||||
a server which they implement their game towards.
|
a server which they implement their game towards.
|
||||||
This approach would not only make it easier to develop network games, it
|
This approach would not only make it easier to develop network games, it
|
||||||
would also allow games in different programming languages to be implemented
|
would also allow games in different programming languages to be implemented
|
||||||
|
@ -857,10 +857,10 @@ reference "sec:Fault-Tolerance"
|
||||||
dependability
|
dependability
|
||||||
\emph default
|
\emph default
|
||||||
in a system, so that the dependability is high even in presence of errors.
|
in a system, so that the dependability is high even in presence of errors.
|
||||||
Dependability is defined as the statistical probability of the system functioni
|
Dependability is the statistical probability of the system functioning
|
||||||
ng as intended at a given point in time.
|
as intended at a given point in time.
|
||||||
Fault tolerance is defined as the property of a system to always follow
|
Fault tolerance is the property of a system always to follow a specification,
|
||||||
a specification, even in the presence of errors.
|
even in the presence of errors.
|
||||||
The specification could take the form of error handling procedures which
|
The specification could take the form of error handling procedures which
|
||||||
activate when an error occurs.
|
activate when an error occurs.
|
||||||
This means that a fault tolerant, dependable system, will have a very high
|
This means that a fault tolerant, dependable system, will have a very high
|
||||||
|
@ -1018,8 +1018,8 @@ One purpose of this thesis is to investigate how we can make a game server
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
As an aid in discussing the theoretical parts of the GGS a prototype has
|
As an aid in discussing the theoretical parts of the GGS a prototype has
|
||||||
been developed.
|
been developed.
|
||||||
The prototype does not feature all of the characteristics described in
|
The prototype does not feature all the characteristics described in this
|
||||||
this thesis.
|
thesis.
|
||||||
A selection has been made among the features, and the most important ones
|
A selection has been made among the features, and the most important ones
|
||||||
have been implemented either full or in part in the prototype.
|
have been implemented either full or in part in the prototype.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue