SharedObject Replication

 hi all,

 i require SO replication as RED5 will be running in JBoss Cluster.

 So far i have got most of it working using JBossCache. However there
needs to be a cleaner encapsulation of the replication model to allow
various replication subsystem to be plugged in.

 The persistant model is also handled by JBossCache with the CacheLoader.

 Any suggestions of appropiate encapsulation into the existing code base
is most appreciated.

 A quick look would seem to identify the following

 1) create sub classes of SharedObject ( SharedObjectReplication )

2) configure the SharedObjectService.createSharedObject as an appropiate
point to load the replicated version.

3) Hide all the replication crap inside the SharedObjectReplication.

4) The replication notification listener ( used to identify changes to
SharedObject in other nodes) can be part of the Application and call the
neccessary setAttribute/removeAttribute as neccessary.

 any ideas are most appreciated.



_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to