Taureon / aps-plus-plus

Hosting your own Arras Community Server, made very easy to get and edit!
GNU General Public License v3.0
29 stars 67 forks source link

leaderboard/scoreboard #237

Closed ChandlerAx closed 4 months ago

ChandlerAx commented 4 months ago

Try open 3 alts, max score and look leaderboard its bugged by showing up so try fix this and also add multi cpu core support

ClashTest311 commented 4 months ago

Fixed in Leaderboard fix

Taureon commented 4 months ago

and also add multi cpu core support

leaderboard rendering does not need multicore support

ChandlerAx commented 4 months ago

and also add multi cpu core support

leaderboard rendering does not need multicore support

I mean multi-core support on the overall server, it seems like it only uses 1 cpu thread for some reason (then the server starts lagging), probably the network is limited to 1 core or something, cant find it out or use multi processes

Taureon commented 4 months ago

and also add multi cpu core support

leaderboard rendering does not need multicore support

I mean multi-core support on the overall server, it seems like it only uses 1 cpu thread for some reason (then the server starts lagging), probably the network is limited to 1 core or something, cant find it out or use multi processes

that would be a different issue then. an issue that would be very difficult to solve considering the state of the server

ChandlerAx commented 4 months ago

and also add multi cpu core support

leaderboard rendering does not need multicore support

I mean multi-core support on the overall server, it seems like it only uses 1 cpu thread for some reason (then the server starts lagging), probably the network is limited to 1 core or something, cant find it out or use multi processes

that would be a different issue then. an issue that would be very difficult to solve considering the state of the server

Adding multiple process threads shouldn't be that hard, but I would really look into it or other solutions because if it ends up on 1 cpu thread (process cap limit) the server starts to lag Maybe cluster would be an option + it supports communication meaning you can share memory ect