Difference between revisions of "AdminServer (Architecture)"

From SWGANH Wiki
Jump to: navigation, search
(Architecture)
Line 1: Line 1:
__NOTOC__
 
 
 
<div style="border:0; margin: 0.2em 10px 10px;">
 
<div style="border:0; margin: 0.2em 10px 10px;">
 
<div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:5px;">
 
<div style="background:#f9f9f9; padding:0px; border:1px solid #aaaaaa; margin-bottom:5px;">

Revision as of 20:47, 5 August 2007

SWGANH - AdminServer

SWGANH Server Architecture Breakdown


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>