MMOCore Update

This is not a Support area! Discuss about the Server here. Non-Server related discussion goes in Off-Topic Discussion.
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

MMOCore Update

Post by momo61 »

MMOCORE CHANGES:
Core: 3238 and 3239

http://www.l2jserver.com/trac/changeset ... path=trunk
and
http://www.l2jserver.com/trac/changeset ... path=trunk

What do these changes affect ? What is the benefit of it ? What was this all for ?
User avatar
gigiikun
L2j Veteran
L2j Veteran
Posts: 637
Joined: Wed Jan 24, 2007 10:00 am
Location: Hungary

Re: MMOCore Update

Post by gigiikun »

The benefit is that l2j could handle 7k online player...
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: MMOCore Update

Post by _DS_ »

... theoretically :lol:
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
nBd
L2j Inner Circle
L2j Inner Circle
Posts: 350
Joined: Wed Jun 07, 2006 2:26 pm

Re: MMOCore Update

Post by nBd »

momo61 wrote:MMOCORE CHANGES:
Core: 3238 and 3239

http://www.l2jserver.com/trac/changeset ... path=trunk
and
http://www.l2jserver.com/trac/changeset ... path=trunk

What do these changes affect ? What is the benefit of it ? What was this all for ?

Thats for nothing, we just had fun to spend our time in useless stuff.
<ZaKaX> Ohh nBd, you're so professianal with your analconda.
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: MMOCore Update

Post by momo61 »

:s can't we just stick on topic and talk about what this does ? :) The function of it ?
(yes, I'd like to learn)
User avatar
Gnacik
L2j Veteran
L2j Veteran
Posts: 925
Joined: Tue Dec 16, 2008 3:49 pm
Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
Contact:

Re: MMOCore Update

Post by Gnacik »

what about mmo.properties? defaults are for low/high populated server? Nbd what values you use ?
User avatar
nonom
L2j Veteran
L2j Veteran
Posts: 649
Joined: Wed Mar 11, 2009 10:34 pm
Location: Magmeld

Re: MMOCore Update

Post by nonom »

Great notice, thanks for your work!
Image
"There are three kinds of people in this world, those who can count and those who can't"
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: MMOCore Update

Post by momo61 »

gnat wrote:what about mmo.properties? defaults are for low/high populated server? Nbd what values you use ?

Code: Select all

#---------------------------------------------------------------#--MMO------------------------------------------------------#--------------------------------------------------------------- # Sleep time for all Selectors# After he finished his job the Selector waits the given time in milliseconds# Lower values will speed up the loop and the Ping is smallerSleepTime = 20 # Every loop it send a maximum of the given packages to each connection# Lower values will speed up the loop and the Ping is smaller but cause less outputMaxSendPerPass = 12 # Every loop it read a maximum of the given packages from each connection# Lower values will speed up the loop and the Ping is smaller but cause less inputMaxReadPerPass = 12 # Each unfinished read/write need a TEMP storage Buffer# on large player amount we need more Buffers# if there are not enough buffers new ones are generated but not stored for future usageHelperBufferCount = 20
Exactly gnat ... I dont understand this documentation. There's nothing in the properties that explains how these values work. There was no discussion about the MMOCore update except for DrHouse mentioning his rework on it and all of a sudden it's committed. Come on guys ... a bit more fairness please.
User avatar
Gnacik
L2j Veteran
L2j Veteran
Posts: 925
Joined: Tue Dec 16, 2008 3:49 pm
Location: Wąchock ٩(̾●̮̮̃̾•̃̾)۶ Polska
Contact:

Re: MMOCore Update

Post by Gnacik »

Hm.. Is that update mentioned by DrHouse who will fix problem with Clan Name display ??
nBd
L2j Inner Circle
L2j Inner Circle
Posts: 350
Joined: Wed Jun 07, 2006 2:26 pm

Re: MMOCore Update

Post by nBd »

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.
<ZaKaX> Ohh nBd, you're so professianal with your analconda.
User avatar
momo61
Posts: 1648
Joined: Fri Jun 06, 2008 2:05 pm
Location: Europe

Re: MMOCore Update

Post by momo61 »

cool cool :)

awesome job then I guess ^^ performance ftw :D
User avatar
Pere
Posts: 400
Joined: Sat Jan 05, 2008 11:09 am
Location: Catalunya, Berguedà

Re: MMOCore Update

Post by Pere »

Thx! Let's try it :mrgreen:
Bones tardes amics meus tots!
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: MMOCore Update

Post by JIV »

nice job and dunno if someone forget or its for purpose?
Loading mmo.properties
L2Properties: Missing property for key - IOSelectorThreadCount
User avatar
Zealar
L2j Veteran
L2j Veteran
Posts: 1236
Joined: Sun Jul 15, 2007 10:29 am

Re: MMOCore Update

Post by Zealar »

How is use this MMOCore ?

Needo to download L2_GameServer and MMOCore too ?

Also what make this MMOCore
nBd
L2j Inner Circle
L2j Inner Circle
Posts: 350
Joined: Wed Jun 07, 2006 2:26 pm

Re: MMOCore Update

Post by nBd »

jiv wrote:nice job and dunno if someone forget or its for purpose?
Loading mmo.properties
L2Properties: Missing property for key - IOSelectorThreadCount
Will be added later on further update of mmocore.
<ZaKaX> Ohh nBd, you're so professianal with your analconda.
Post Reply