Posts: 61
Threads: 9
Joined: Nov 2009
Reputation:
0
hy...
a have 1 server with 2 procs Intel Xeon de 2,8Ghz, core Nocona
how can i run the server to use both procs?
and...how many slots supports ?
please help
PS: sorry for my english
Posts: 1,321
Threads: 85
Joined: Feb 2008
Reputation:
11
11-12-2009, 05:20 AM
(This post was last modified: 11-12-2009, 05:20 AM by trewq.)
I will try and read this but, you can't srcds does not support multi-core.
Also if english is not your first language we have support forums in many languages.
~ trewq
Posts: 61
Threads: 9
Joined: Nov 2009
Reputation:
0
hi,
i'm from romania.
what you gave me there is for set affinity.
I want to use both processors for one srcds server
Posts: 2,440
Threads: 73
Joined: May 2009
Reputation:
33
You can't use more than one processors for one srcds server.
Looking for a game server? Visit
fullfrag.com and pick one up as low as $2.50 / mo!
Posts: 482
Threads: 6
Joined: Apr 2008
Reputation:
5
You can use "taskset -c 0,1 ..." to set affinity for both processors. If you omit the whole "taskset -c 0" part the linux scheduler automatically uses both processors for the server.
The game server itself isn't programmed to make use of multiple processors in parallel. Thus there is no additional boost of "using" the both processors. That's why it's usually recommended to use "taskset -c 0", "taskset -c 1" etc. to assign the servers to specific processors. That way the linux scheduler doesn't have to change the processor where the game server process is run. This is technically the optimal solution, but here it's given too much value by server admins who don't actually know what they're talking about.
Posts: 2,440
Threads: 73
Joined: May 2009
Reputation:
33
I tried to give a simple answer.
Looking for a game server? Visit
fullfrag.com and pick one up as low as $2.50 / mo!