Posts: 93
Threads: 36
Joined: Aug 2009
Reputation:
0
I read somewhere that css now supports multi-cored function.So,can you do the same thing in the server,to run it in more than one core in order to increase its performance(fps,etc)?If so,could you tell me how to do this?
Posts: 166
Threads: 15
Joined: Nov 2007
Reputation:
1
SRCDS has been multi-threaded for a while now. It's just that the second thread really only gets noticed when you have a full server (40+ players) - and even then its like what, 3% of another core?
Posts: 2,031
Threads: 27
Joined: Nov 2008
Reputation:
17
the cpu-consuming calculations are still in a single thread, so de-facto srcds is single-core only.