Cleaned up
This commit is contained in:
parent
92618b0cbd
commit
a94993dc5a
1 changed files with 6 additions and 7 deletions
13
report.lyx
13
report.lyx
|
@ -340,7 +340,7 @@ Mattias Petterson
|
||||||
\backslash
|
\backslash
|
||||||
title{
|
title{
|
||||||
\backslash
|
\backslash
|
||||||
Huge{A Reliable Generic Game Server}}
|
Huge{A Generic Game Server}}
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Plain Layout
|
\begin_layout Plain Layout
|
||||||
|
@ -364,14 +364,13 @@ Today users of network games often experience failures of the servers while
|
||||||
playing or downtime due to maintenance.
|
playing or downtime due to maintenance.
|
||||||
Additionally game developers often perform the difficult task of reinventing
|
Additionally game developers often perform the difficult task of reinventing
|
||||||
a game server to meet their needs.
|
a game server to meet their needs.
|
||||||
The purpose of this thesis is to design a reliable game server which can
|
The purpose of this thesis is to design a game server which can power different
|
||||||
power different types of games simultaneously.
|
types of games simultaneously.
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Abstract
|
\begin_layout Abstract
|
||||||
It is investigated if the techniques and tools used in the telecom industry,
|
It is investigated if the techniques and tools used in the telecom industry,
|
||||||
specifically Erlang and the OTP can be used to create a highly reliable
|
specifically Erlang and the OTP can be used to create a reliable game server.
|
||||||
game server.
|
|
||||||
To make the server generic, it is investigated if virtual machines can
|
To make the server generic, it is investigated if virtual machines can
|
||||||
be used to run the actual games, thereby allowing the games to be developed
|
be used to run the actual games, thereby allowing the games to be developed
|
||||||
in different programming languages.
|
in different programming languages.
|
||||||
|
@ -614,7 +613,7 @@ Due to the increasing importance of computer gaming, more focus should be
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
The Reliable Generic Game Server, hereafter known as the GGS
|
The Generic Game Server, hereafter known as the GGS
|
||||||
\begin_inset ERT
|
\begin_inset ERT
|
||||||
status open
|
status open
|
||||||
|
|
||||||
|
@ -771,7 +770,7 @@ generic
|
||||||
\end_layout
|
\end_layout
|
||||||
|
|
||||||
\begin_layout Standard
|
\begin_layout Standard
|
||||||
The GGS is in addition to being generic, also
|
The GGS is in addition to being generic, it is also
|
||||||
\emph on
|
\emph on
|
||||||
reliable
|
reliable
|
||||||
\emph default
|
\emph default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue