Difference between revisions of "AdminServer (Architecture)"
From SWGANH Wiki
(→Architecture) |
|||
Line 1: | Line 1: | ||
− | |||
− | |||
<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 19:47, 5 August 2007
SWGANH - AdminServer
SWGANH Server Architecture Breakdown
|
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
File:AdminServerArchitecture.jpg |
Configuration Files
# Admin Server Configuration File # Database Configuration DBServer = localhost DBPort = 3306 DBName = swganh DBUser = <dbusername> DBPass = <dbpass>