merge
This commit is contained in:
commit
01ab4157a9
1 changed files with 9 additions and 9 deletions
18
report.lyx
18
report.lyx
|
@ -773,10 +773,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
|
||||||
|
@ -843,10 +843,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
|
||||||
|
@ -1004,8 +1004,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