Difference between revisions of "AdminServer (Architecture)"
From SWGANH Wiki
(→Diagrams) |
(→Architecture) |
||
Line 24: | Line 24: | ||
Text goes here.... | 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= | =Diagrams= |
Revision as of 01:15, 27 December 2006
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>