Difference between revisions of "LoginServer:Arch LoginServerDiagram"

From SWGANH Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
[[Image:LoginServerOverview.gif]]
 
[[Image:LoginServerOverview.gif]]
 +
 +
 +
== Process Overview:  Login Server - Modules ==
 +
 +
'''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.

Revision as of 00:37, 27 December 2006

LoginServerOverview.gif


Process Overview: Login Server - Modules

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.