Skip to content
arthur00 edited this page May 2, 2013 · 25 revisions

Introducing RCAT

RCAT is a middleware implementation to scale-out massively multi-player/user applications, commonly found in Massively Multiplayer Online Games (MMOG, MMORPG). Multiplayer games have high performance demands, requiring low network latency, shared read/write operations between threads and servers with high availability and consistency, and support for hundreds to thousands of users. It is impossible to meet all demands simultaneously, so priorities are set on delivering high quality gaming performance through sacrificing scalability. Many commercial MMOs resort to sharding [ref] and space partitioning [ref] to limit interactivity to manageable state.

More About RCAT

Jigsaw Puzzle

  • Jigsaw Puzzle: The Jigsaw-Puzzle App protocol and specifications

Discussion and Research Pages

Clone this wiki locally