unfortunately its more complicated than that. You have to deal with lots of changes happening at the same time and you need to have some understanding of the data so that improper changes (like improper moves or deletes to layers or pages) to the DOM aren¹t made. in any scalable system you can not rely on the client to provide correct data. you have to have the server verify the changes are safe/correct prior to sending them out to the group. a non-server based approach like SXE can¹t handle that well.
boyd On 2/4/08 4:52 AM, "Fabio Forno" <[EMAIL PROTECTED]> wrote: > On Feb 4, 2008 4:40 AM, Boyd Fletcher <[EMAIL PROTECTED]> wrote: >> > we still do not believe that SXE is appropriate for whiteboarding >> especially >> > when scaled to hundreds of concurrent users in a single session. > > And simple dom replacement? I send a chunk of xml with the instruction > "place as child of...", replace "item..."? > > -- > Fabio Forno, Ph.D. > Bluendo srl http://www.bluendo.com > jabber id: [EMAIL PROTECTED] >
