Difference between revisions of "AdminServer (Architecture)"

From SWGANH Wiki
Jump to: navigation, search
(Diagrams)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
__NOTOC__
+
{{PageHeader|Server Architecture|Admin Server}}
 
+
<div style="border:0; margin: 0.2em 10px 10px;">
+
<div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:5px;">
+
<div style="line-height:120%; padding:0.4em; background-color:#eeeeee; border-bottom:1px solid #aaaaaa;">
+
<span style="color:#005288; font-size:200%;">'''SWGANH - AdminServer'''</span>
+
</div>
+
<div style="background:#ffffff; padding:0.2em 0.4em 0.2em 0.4em;">
+
<font color=orange>'''SWGANH Server Architecture Breakdown'''</font>
+
</div>
+
</div>
+
</div>
+
 
+
 
+
 
+
 
{| align="right"
 
{| align="right"
 
|-
 
|-
Line 24: Line 10:
 
Text goes here....
 
Text goes here....
  
=Architecture=
+
=Process Overview=
 +
 
 +
'''Network Manager:'''  Responsible for all OS network calls, low level packaging of packets, compression, encryption.  Threaded.
 +
 
 +
'''Database Manager:'''  Responsible for all calls to the database server.  Threaded.
 +
 
 +
'''Login Manager:'''  Responsible for initial contact and authentication of clients, world list requests from client, and character profile request from client.  Main thread.
  
 
=Diagrams=
 
=Diagrams=

Latest revision as of 02:07, 10 August 2007

Server Architecture - Admin Server

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Server Architecture Navigation
Admin Server - Chat Server - Connection Server - Login Server - Zone Server
General Overview




Description

Text goes here....

Process Overview

Network Manager: Responsible for all OS network calls, low level packaging of packets, compression, encryption. Threaded.

Database Manager: Responsible for all calls to the database server. Threaded.

Login Manager: Responsible for initial contact and authentication of clients, world list requests from client, and character profile request from client. Main thread.

Diagrams

Server Diagram
File:AdminServerArchitecture.jpg

Configuration Files

# Admin Server Configuration File

# Database Configuration
DBServer = localhost
DBPort = 3306
DBName = swganh
DBUser = <dbusername>
DBPass = <dbpass>