2025-03-05 08:37:43 +01:00

21 lines
645 B
HTML

<HTML>
<HEAD>
<TITLE>PVVMUD - Server configuration</TITLE>
<LINK REL=STYLESHEET HREF="/pvvmud/pvvmud.css" TYPE="text/css">
</HEAD>
<BODY>
<H1>Server configuration</H1>
<P>Three servers have been desigend to preform different tasks.
<A HREF ="pvvmudsrv.html">pvvmudsrv</A>
is the main server and the server the client first connect to. To help
pvvmudsrv the <A HREF="worldsrv.html">worldsrv</A> is desigend to update
clients with changes in the world. The <A HREF="gos.html">GOS</A> is
responsible for delivery of all geometry objects, materials
and textures to the client when requested.</P>
<IMG SRC="serverconfig.png">
</BODY>
</HTML>