Re: MMOCore Update
Posted: Mon Jun 29, 2009 9:44 am
precompiled lib already in svn
nBd, can you tell us your database engine type? MyISAM or InnoDB? I believe a lot of admins are using mysql configs unproperly informed in outdated performance tutorials.nbd wrote:First of all, try understanding what code does. This MMOCore rework is not the one mentioned by DrHouse.
Thats the one iam using since month with maximum of 8k Players online. So what got changed? To much to say it in easy words, so i would prefer reading changes in Code. Majority is in performance and locks of MMOCore. With much players online (1.5k+) old MMOCore locked often and crashed the whole network connection.
If you dont understand whats descripted in mmo.properties, keep default values. They are fine and tested long time on heavy Traffic Server. Change them on your own risk.
me for example, I am using default MySQL configurationsratonofx wrote:nBd, can you tell us your database engine type? MyISAM or InnoDB? I believe a lot of admins are using mysql configs unproperly informed in outdated performance tutorials.nbd wrote:First of all, try understanding what code does. This MMOCore rework is not the one mentioned by DrHouse.
Thats the one iam using since month with maximum of 8k Players online. So what got changed? To much to say it in easy words, so i would prefer reading changes in Code. Majority is in performance and locks of MMOCore. With much players online (1.5k+) old MMOCore locked often and crashed the whole network connection.
If you dont understand whats descripted in mmo.properties, keep default values. They are fine and tested long time on heavy Traffic Server. Change them on your own risk.
Thanks.
I use InnoDB as default engine. Table's that are only read on Server startup, like droplist etc are MyISAM. All other's are InnoDB. My MySQL Server is running on dedicated maschine with 8GB's of ram. 6GB's are used by MySQL. So, its hard to share my settings, as most ppl have running GS/LS/DB all on one maschineratonofx wrote:nBd, can you tell us your database engine type? MyISAM or InnoDB? I believe a lot of admins are using mysql configs unproperly informed in outdated performance tutorials.nbd wrote:First of all, try understanding what code does. This MMOCore rework is not the one mentioned by DrHouse.
Thats the one iam using since month with maximum of 8k Players online. So what got changed? To much to say it in easy words, so i would prefer reading changes in Code. Majority is in performance and locks of MMOCore. With much players online (1.5k+) old MMOCore locked often and crashed the whole network connection.
If you dont understand whats descripted in mmo.properties, keep default values. They are fine and tested long time on heavy Traffic Server. Change them on your own risk.
Thanks.
nbd wrote: If you dont understand whats descripted in mmo.properties, keep default values. They are fine and tested long time on heavy Traffic Server. Change them on your own risk.