AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Source Servers (SRCDS) (https://forums.alliedmods.net/forumdisplay.php?f=130)
-   -   Windows VS Linux 2019 (https://forums.alliedmods.net/showthread.php?t=314099)

nixonkat 02-03-2019 15:15

Windows VS Linux 2019
 
Yes. This has been discussed a dozen of times. I know.


I am running a couple of CS:GO servers - And those are okay popular. The CPU is in only using 55% in Linux, and no core is at 100% load - - The server load is 4. Its a 8 core Xeon E3-1246v3

Would my servers run better on Windows or Linux? The var / sv records are sky rocketing going up to 40+ms.

While I know that SRCDS is single core only, I heard that Windows can run the networking part on another core, does that help with many players? (20+) ?

DarkDeviL 02-03-2019 16:33

Re: Windows VS Linux 2019
 
Quote:

Originally Posted by nixonkat (Post 2638010)
Yes. This has been discussed a dozen of times. I know.

And you probably won't get an new information by re-starting the discussion over and over. :)

Quote:

Originally Posted by nixonkat (Post 2638010)
I am running a couple of CS:GO servers - And those are okay popular. The CPU is in only using 55% in Linux, and no core is at 100% load - - The server load is 4. Its a 8 core Xeon E3-1246v3

How many does a "a couple" refer to? The more *precise* information you give, the easier it will be to help you.

Tickrate? Other potential relevant information ...?

Just for your record, E3-1246v3 isn't a 8 core, it's a 4 core CPU.

Quote:

Originally Posted by nixonkat (Post 2638010)
Would my servers run better on Windows or Linux? The var / sv records are sky rocketing going up to 40+ms.

No, if you put too much over the capacity than what the server is capable of handling, it will be overloaded no matter if you run Windows or Linux.

Windows have a "heavy" GUI on top of it's system which would use system resources, - you'd rather avoid this and use your precious resources on the game servers instead...

Linux you can install the CLI mode (non-desktop)...

Quote:

Originally Posted by nixonkat (Post 2638010)
While I know that SRCDS is single core only, I heard that Windows can run the networking part on another core, does that help with many players? (20+) ?

I have seen the networking thread stories going on for both systems..

I would personally stick to Linux, like I've proven before that the majority of all hosted servers out there does.

quasemago 02-03-2019 22:25

Re: Windows VS Linux 2019
 
https://github.com/ValveSoftware/csg...ux/issues/1492

virusking 02-04-2019 05:12

Re: Windows VS Linux 2019
 
Pick the one that you are more comfortable with, Linux has more debugging overall while Windows is easier for beginners.

There's not much noticeable difference in performance, linux doesn't run on "one core", the issue was resolved long time ago.

TrappaTroopa 02-07-2019 14:56

Re: Windows VS Linux 2019
 
Quote:

Originally Posted by virusking (Post 2638072)
There's not much noticeable difference in performance, linux doesn't run on "one core", the issue was resolved long time ago.

No offense but this is just flat out wrong. If you view htop while your server is at load you will see that most of the load is on one core.SRCDS is a single threaded application.

sphinx 02-07-2019 15:12

Re: Windows VS Linux 2019
 
Quote:

Originally Posted by TrappaTroopa (Post 2638591)
No offense but this is just flat out wrong. If you view htop while your server is at load you will see that most of the load is on one core.SRCDS is a single threaded application.

SRCDS is multithreaded, with some threads running on additional cores than the main thread.
The problem is that de main process, that takes like 90% of cpu cycles, does not support multicore, running on a single thread, hence on a single core.


All times are GMT -4. The time now is 01:38.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.