jbwyatt4 / openmeetings

Automatically exported from code.google.com/p/openmeetings
1 stars 0 forks source link

rework global sync event for whiteboard syncing from server-side object List #491

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
to synchronize the Object List once a Client enters a Room, all other Users
have to wait.

This synchronization must also work if two users concurrently enter a room.
In this situation the sync-event has to deal with all sync events.

The synchronization must also work if somebody is in another
synchronization dialog, for example if he loads a stored image or WML-File.
In this situation the synchronization process has to wait until previous
sync-events are completed.

Original issue reported on code.google.com by seba.wag...@gmail.com on 10 Jun 2008 at 12:20

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 10 Jun 2008 at 12:35

GoogleCodeExporter commented 9 years ago
there is a logical error in the implementation.
Users can load multiple instance of Images parallel. In the current 
implementation
only one user at a time can be synchronized.
Changing it to allow Simultaneous actions on the whiteboard will break this 
system.

Original comment by seba.wag...@gmail.com on 13 Jun 2008 at 8:52

GoogleCodeExporter commented 9 years ago
the sync process of the initial loading is alright, cause here we got only _one_
object, which is loaded into one user, in the image loading process _one_ image 
will
be loaded into every connected client, so every image created multiple 
syncronization
processes.

Original comment by seba.wag...@gmail.com on 13 Jun 2008 at 8:57

GoogleCodeExporter commented 9 years ago
At Client rev 1529
   Server rev 1527

Sync modifications not quite clean
elimination of addSWFToLayerHistory and addImageToLayerHistory left references 
to   
these functions in client code
  modules.conference.whiteboard.base
    baseDraw.lzx
    remoteWhiteboard.lzx
If you update the SVN repository with the proper function assignments I will be 
happy to test.

Original comment by voicewo...@gmail.com on 25 Jul 2008 at 1:50

GoogleCodeExporter commented 9 years ago
this is already fixed, test with r1863

Original comment by seba.wag...@gmail.com on 28 Jan 2009 at 5:49

GoogleCodeExporter commented 9 years ago

Original comment by seba.wag...@gmail.com on 29 Aug 2011 at 8:02