Page 1 of 1

ABOUT LAG IN THE SERVER

Posted: Wed Jan 27, 2010 1:57 am
by recognition
Hi,

What gives more lag in the server regarding the items? .... when the monster drop the item and it enter in inventory directly or when the monster drop the item and these items we have that be using the "Pickup" command? What gives more lag in the server?

** excuse-me the errors.

Thanks.

Re: ABOUT LAG IN THE SERVER

Posted: Wed Jan 27, 2010 12:31 pm
by momo61
you mean what gives more lag: Autoloot or not autoloot.

Re: ABOUT LAG IN THE SERVER

Posted: Wed Jan 27, 2010 6:16 pm
by recognition
If we have one server with 1k of players in the example. The that would be best? Set items as Autoloot or not autoloot?

** Excuse-me the errors of english.

Thanks.

Re: ABOUT LAG IN THE SERVER

Posted: Sun Jan 31, 2010 10:49 pm
by macdonald12
Autoloot should take less at the end of the day, considering there will be less (temporarily) objects as they go straight into inventory. Altho i don't think the difference is of any significance...

Re: ABOUT LAG IN THE SERVER

Posted: Mon Feb 01, 2010 1:48 am
by Pere
less objects in server + A LOT less packets flow + less 3d objects in the client (with the hours the floor is filled with shit)
So of course, if you want a nicer connections with laggers, autoloot... Or at least put an expiry time to the dropped items if not ^^

Re: ABOUT LAG IN THE SERVER

Posted: Tue Feb 16, 2010 10:47 am
by nekys
As long as our configuration (OS + L2j) is efficient, you won't see any difference other than client-side lag.
In other words, only your client will be affected, as it will load a lot of objects, thus causing client lag. But server won't lag.
Please do not write in caps, you hurt my eyes! :P

Re: ABOUT LAG IN THE SERVER

Posted: Wed Feb 17, 2010 1:38 am
by MELERIX
are you using windows ?

most of the "server lag issues" are related to MySQL settings, specially if you are using tools like: EasyPHP or WampServer or Xampp... for your server.

these tools are not bad, but generally they only use "basic MySQL settings" (only for local tests or development), not for a production server.

so I recommend to you, use the real MySQL installer, and set this to work like a "server machine", with 500 or more connections allowed (in the mysql wizard), specially if you are running more than one l2j server.

Good luck ;)

Re: ABOUT LAG IN THE SERVER

Posted: Wed Feb 17, 2010 2:07 am
by djbenny
Example Xampp 1.72 :P

my.ini:

Code: Select all

key_buffer              = 16Mmax_allowed_packet      = 1Mtable_cache             = 64sort_buffer_size        = 512Knet_buffer_length       = 8Kread_buffer_size        = 256Kread_rnd_buffer_size    = 512Kmyisam_sort_buffer_size = 8M innodb_buffer_pool_size         = 16Minnodb_additional_mem_pool_size = 2M# Set .._log_file_size to 25 % of buffer pool sizeinnodb_log_file_size            = 5Minnodb_log_buffer_size          = 8Minnodb_flush_log_at_trx_commit  = 1innodb_lock_wait_timeout        = 50 [isamchk]key_buffer = 20Msort_buffer_size = 20Mread_buffer = 2Mwrite_buffer = 2M [myisamchk]key_buffer = 20Msort_buffer_size = 20Mread_buffer = 2Mwrite_buffer = 2M [mysqlhotcopy]interactive-timeout

Re: ABOUT LAG IN THE SERVER

Posted: Mon Apr 05, 2010 8:37 am
by babyjason
ur settings are bad.

Re: ABOUT LAG IN THE SERVER

Posted: Tue Apr 06, 2010 3:09 pm
by antons007
instal xampp and then install mysql and NEVERE EVER USE built in xampp mysql.