From 02b9c72f554598db88cabdeb6a2e79d4f0c0c132 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 Apr 2011 16:50:48 +0200 Subject: [PATCH] Added 5.3.2 Compatibility. --- report.lyx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/report.lyx b/report.lyx index 662af7b..5de6946 100644 --- a/report.lyx +++ b/report.lyx @@ -2270,7 +2270,7 @@ Performance \begin_layout Standard Because of TCP being a connection oriented protocol, it isn't suited for - all game data transfers. + all types of game data transfers. Each transmission will consume more network bandwith than connectionless protocols like UDP and cause uneccessary load on the processor. Therefore support for UDP would mean that more games could be run simultaneousl @@ -2291,9 +2291,15 @@ Compatibility \begin_layout Standard GGS relies on modern technologies. - This includes the virtual machines(vm) used for communication between Erlang - and the GDL:s. - + This includes the virtual machines(vm) that the GGS uses for communication + between Erlang and the GDL:s. + These specific vm:s are crucial for game developers to be able to write + games in other languages than Erlang. + Therefore it would be best for the GGS to have as many of these vm:s implemente +d as possible. + The vm:s taken into consideration so far have been unstable or incomplete + and it is possible to search for more vm:s, testing them and intergrate + them into the GGS prototype. \end_layout \begin_layout Chapter