Hello Michael,

On 09/01/2011 10:23 AM, Michael Raab wrote:
> I'm trying to add and remove remote cluster servers to and from a
> ClusterWindow.
> Therefore we developed our own implementation for Window and Server
> which is based on the default osg::ClusterWindow and osg::ClusterWindow
> classes. Adding dynamically works like a charm but I have no clue how to
> tell the ClusterServer that it is no longer needed. May someone have an
> idea how to establish that kind of feature?

hmm, I'd probably use the information (i.e. IP address) from the 
ClusterWindow's connection to establish a second connection that your 
custom ClusterServer is listening for control commands on. That way data 
sent to control the server does not interfere with the regular sync data 
sent over the ClusterWindow's "regular" connection.

        Cheers,
                Carsten

------------------------------------------------------------------------------
Special Offer -- Download ArcSight Logger for FREE!
Finally, a world-class log management solution at an even better 
price-free! And you'll get a free "Love Thy Logs" t-shirt when you
download Logger. Secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsisghtdev2dev
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to