SA-MP Forums Archive
help - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: help (/showthread.php?tid=606405)



help - trandiep1982 - 03.05.2016

How to run Multicore/Multithreaded SAMP Server ? i'm using windown server 2008 r2. thanks


Re: help - colonel-top - 04.05.2016

Run multi server just change port to different port and make sure port forward is correct and its forward all


Re: help - Sublime - 04.05.2016

i thought the samp server does not use multi threads/cores aka single core only


Re: help - ev0lution - 04.05.2016

Quote:
Originally Posted by Sublime
Посмотреть сообщение
i thought the samp server does not use multi threads/cores aka single core only
This is correct, the SA-MP server is single-threaded and will only run on one CPU thread/core.


Re: help - Sithis - 05.05.2016

If you use SampSharp and write your gamemode in C#, you can use the multi-threading capabilities of .NET.