TeaTime

TeaTime is a scalable real-time multi-user architecture that is the basis for Croquet’s object-object communication and synchronization (messaging). It is designed to support multi-user applications that can be scaled to massive numbers of concurrently interacting users in a shared virtual space. The most directly visible part of this architecture is the TObject class which is used to define and construct subclassed Tea objects. All of the interesting objects inside of Croquet are constructed from subclasses of TObject. http://lispmeister.github.io/posts/2010/11/naming-and-synchronization-in-a-decentralized/

by David Reed


Edited:    |       |    Search Twitter for discussion