[SOLVED] SimEthereal ZoneManager: configurable underflow and overflow rate

Thanks. The “NanoLoopSleepStrategy” does actually a great job on my Linux OS. :slightly_smiling_face:

Here is the CPU usage of GameServer (running at 60 FPS) I took from Linux Task Manager:

Using the “LegacyLoopSleepStrategy” app uses around 25% of CPU.
Using the “NanoLoopSleepStrategy” app uses around 2% of CPU.

1 Like

Yeah, on OSes with sensible timing, NanoLoopSleepStrategy should be way better.