rewrite of the abstract

This commit is contained in:
Jeena Paradies 2011-05-13 12:08:00 +02:00
parent fe870d3ecb
commit e225e4f7fd
2 changed files with 8153 additions and 13 deletions

View file

@ -360,11 +360,12 @@ maketitle{ }
\end_layout \end_layout
\begin_layout Abstract \begin_layout Abstract
Contemporary game servers lack good fault tolerance, furthermore the game Today users of network games often experience failures of the servers while
servers are unable to power several different types of games. playing or downtime due to maintenance.
The purpose of this thesis is to design a fault tolerant, and generic game Additionally game developers often perform the difficult task of reinventing
server, which by being generic can power several different sorts of games, a game server to meet their needs.
developed in different languages. The purpose of this thesis is to to design a reliable game server which
can power different types of games simultanously.
\end_layout \end_layout
\begin_layout Abstract \begin_layout Abstract
@ -373,7 +374,7 @@ It is investigated if the techniques and tools used in the telecom industry,
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 a language different from the actual server software. in different programming languages.
\end_layout \end_layout
\begin_layout Abstract \begin_layout Abstract
@ -383,16 +384,16 @@ A prototype is developed in Erlang using OTP.
\end_layout \end_layout
\begin_layout Abstract \begin_layout Abstract
The results from testing the server show that: it is possible to design The test results show that it is possible to design a server using the tools
a server using the tools originally intended for telecom software, it is originally intended for telecom software and it is indeed possible to create
possible to create a generic game server, capable of running different a generic game server, capable of running different games, written in different
games, written in different languages. languages.
\end_layout \end_layout
\begin_layout Abstract \begin_layout Abstract
The conclusion of the thesis is that since simple games can be developed This thesis concludes that simple games can easily be developed work reliably
in a fault tolerant manner, while also making use of a generic server, by while making use of a generic server.
it should be worthwhile attempting to develop more advanced games using It should be worthwhile attempting to develop more advanced games using
the same techniques as those described in this thesis. the same techniques as those described in this thesis.
\end_layout \end_layout

8139
stats.txt Normal file

File diff suppressed because it is too large Load diff