how about making a third option....
Uising free cpu time when possable insted of being fully on or in "lazy mode"
server CPU time
if you've still got free cpu time it means it doesnt need any more, leig
My code's just *that* efficient :] Most of the time there isnt much for it to do anyway.. generally its just sitting there waiting to react to a message from a player.
The medium mode is looping once every 20ms or so - any faster and ya can start getting weirdness in some of the calculations it does (some assume that at least 1/100th of a second has passed since the last update). If you really reallly wanna get some more of your CPU time used, the best answer is prolly to get another world running

The medium mode is looping once every 20ms or so - any faster and ya can start getting weirdness in some of the calculations it does (some assume that at least 1/100th of a second has passed since the last update). If you really reallly wanna get some more of your CPU time used, the best answer is prolly to get another world running
