AdminServer (Architecture)

From SWGANH Wiki
Revision as of 02:07, 10 August 2007 by Snow (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>