mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-20 00:12:25 +00:00
see that the query 'SELECT varname, value, unix_timestamp() FROM variables where unix_timestamp(ts) >= timestamp' is called every 10 seconds. This function is loading variables that are initially loaded on World and Zone bootup. When running a large amount of zone servers, the amount of MySQL chatter that is produced is enormous and unnecessary. For example, if I ran 400 zone servers, I would see 3,456,000 unnecessary queries from all idle or active zone processes in a 24 hour interval.
EQEmu - Custom Game Implementation for EverQuest
Dependencies can be obtained at http://eqemu.github.io
More Information: https://github.com/EQEmu/Server/wiki
Languages
C++
93.4%
C
2.9%
C#
2.1%
Python
0.5%
Perl
0.3%
Other
0.5%