View Single Post
  #1  
Old 01-12-2010, 09:11 AM
Keladon
Fire Beetle
 
Join Date: Sep 2007
Posts: 7
Default EQEmu architecture and code

Not quite sure if this is the right forum but seemed more appropiate here than in the standard development, bug, feature request or custom code forum. Please move this thread
to the appropiate forum as you deem fit.

I want to write a databas function which queries the databas at regular intervals. I read the page about EQEmu architecture but I can't really tie
it to the code.

I'm guessing I could write a query in the DBAsync file and then make
a function call from somewhere in the main thread as it is continuesly running.

Would this be the right approach and if so how would I go about to make a function call from the main thread? Also anyone know how long the mainthread sleeps?
Reply With Quote