Unified server class. Spawns a metaserver for each server type which in turn spawns server threads.
read only asyncDatabaseManager:AsyncDatabaseManager
Asynchronous queries database manager. Every Server
thread has a link to the same manager.
read only asyncWorker:AsyncWorker
Asynchronous worker threads manager. Every Server
thread has a link to the same manager.