On Wed, Jul 16, 2008 at 22:40, Edward Cherlin <[EMAIL PROTECTED]> wrote: > On Wed, Jul 16, 2008 at 12:17 AM, Walter Bender <[EMAIL PROTECTED]> wrote: >> An example of: >> A is Turtle Art >> B is Distance >> C is Write > > There was a report of a test showing a fairly large number of > simultaneous users, so I think this may become a D. > >> D is Chat
Write will never scale as well as Chat. It's easy to understand why: Write sends messages on every keypress, and has a complex protocol including collision handling. It uses D-Bus methods and signals on D-Bus tubes. Chat simply sends a line of text out at a time, using an XMPP chatroom. Regards Morgan _______________________________________________ Sugar mailing list [email protected] http://lists.laptop.org/listinfo/sugar

