Modern Server Architecture Part 2

MMO Script is a new server optimized programming language that can share run processes, share environments, and switch contexts across the network.

MMO Script is an advanced programming language meant to simplify the arduous task of splitting computation across a multiplex of servers and instead focus on the core game logic and mechanics. Sharding becomes seamless and transparent as the game state is designed to be completely deterministic and transfer of state can be made with a copy of the virtual machine which allows advanced features such as suspend and remote to resume an easy way to launch a new cluster of Game Servers.