View Single Post
  #7  
Old 04-30-2012, 01:07 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,072
Default

Quote:
Originally Posted by sorvani View Post
basically anything that needs to query the DB or update the DB in game that does not need real-time results can use this?
Yeah that's one way of doing it, it simply takes the load off of the primary resources and simply sends a packet off to the QueryServ via UDP, whether it responds or not the sending side does not care. So you could be essentially sending off packets logging all kinds of stuff and it will not hang up any of your local Disk I/O that is separate and meant for the game server purposes.
Reply With Quote