Thread: keyring
View Single Post
  #3  
Old 09-14-2008, 05:43 AM
James76
Sarnak
 
Join Date: Sep 2008
Location: Canada
Posts: 53
Default

Alrighty.

Well, it looks like any database access to achieved though inherited access via ./common/shareddb.h

When we talk about doors, each door is an object, and if we were to inherit shared database access, we would have to pass database login info to every single door in every single instanced zone.

This seems ridiculous. Whats needed is a door list mutex lock and a door db method in zonedb.h...

Nearly there..
Reply With Quote