L2J Threading configuration

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Geemo
Posts: 92
Joined: Mon Sep 07, 2009 4:12 pm

L2J Threading configuration

Post by Geemo »

Hi all,

Can someone explain me a little bit of this.

How do you configure l2j threading at general.properties
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: L2J Threading configuration

Post by Sacrifice »

Geemo wrote: Wed Jan 03, 2018 3:19 pm Hi all,

Can someone explain me a little bit of this.

How do you configure l2j threading at general.properties
Not needed to touch this settings, it's sufficient with default values.

This values, set the different thread pool size and the cores to manage the different pools for each type of thread pools. If you want to investigate in deep, take a look of ThreadPoolManager class that can tell you those that you need to know if you're experienced. If not, don't touch nothing :lol: :lol: :+1:
Geemo
Posts: 92
Joined: Mon Sep 07, 2009 4:12 pm

Re: L2J Threading configuration

Post by Geemo »

Sacrifice wrote: Wed Jan 03, 2018 9:18 pm
Geemo wrote: Wed Jan 03, 2018 3:19 pm Hi all,

Can someone explain me a little bit of this.

How do you configure l2j threading at general.properties
Not needed to touch this settings, it's sufficient with default values.

This values, set the different thread pool size and the cores to manage the different pools for each type of thread pools. If you want to investigate in deep, take a look of ThreadPoolManager class that can tell you those that you need to know if you're experienced. If not, don't touch nothing :lol: :lol: :+1:
I found some info about that
viewtopic.php?t=15700

I am alredy checking the class.
User avatar
ShinichiYao
Advanced User
Advanced User
Posts: 262
Joined: Tue Jan 12, 2016 3:53 am

Re: L2J Threading configuration

Post by ShinichiYao »

Increase the value cause deadlock much easier by my experience.
Geemo
Posts: 92
Joined: Mon Sep 07, 2009 4:12 pm

Re: L2J Threading configuration

Post by Geemo »

ShinichiYao wrote: Thu Jan 04, 2018 6:53 am Increase the value cause deadlock much easier by my experience.
I will
Sacrifice
Advanced User
Advanced User
Posts: 1026
Joined: Thu Aug 14, 2014 6:31 am

Re: L2J Threading configuration

Post by Sacrifice »

All of this require that you know how many cores and threads do you have in your server machine. deadlocks can be produced, yes.
ASI828277
Posts: 6
Joined: Thu Mar 10, 2022 2:32 pm

Re: L2J Threading configuration

Post by ASI828277 »

Geemo wrote: Wed Jan 03, 2018 3:19 pm Hi all,

Can someone explain me a little bit of this.

How do you configure l2j threading at general.properties
Sorry
Post Reply