15.05.2012, 06:53
You definitely don't want to use sleep 100. That would mean everyone would have a minimum of 100 ping.
The SA-MP server might use slightly more CPU on linux. There are several reasons for this, but the biggest factor is that most current linux kernels have high-res timer kernel module loaded, which means thread sleep cycles are very accurate.
A server host that ran SA-MP on linux and was concerned about CPU could unload the high-res timers module in the kernel.
More CPU and lower pings mean higher performance and less lag.
The SA-MP server might use slightly more CPU on linux. There are several reasons for this, but the biggest factor is that most current linux kernels have high-res timer kernel module loaded, which means thread sleep cycles are very accurate.
A server host that ran SA-MP on linux and was concerned about CPU could unload the high-res timers module in the kernel.
More CPU and lower pings mean higher performance and less lag.