I want to gracefully recover from network disconnections. Currently, I am using RemoteAspect::sendSync() and ChangeList::clearAll() over and over again to keep my server fed with scene graph updates.
But if my server gets disconnected and then reconnected I want to send the entire graph over without having to rebuild the graph. I was looking for something like ChangeList::setAll() to tell the server that everything had changed, but I can't find anything like that. Is there a simple way to just send over my whole scene graph? -- Terry Welsh - mogumbo 'at' gmail.com www.reallyslick.com | www.infiscape.com | www.vrsource.org ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
