Howdy, I'm implementing distributed data through sub classing eq::net::Object. Currently, I keep one instance of each synamic object in a Singleton class and, following the eqPly example, pass the ids through an INSTANCE object. I register and map the objects in the Config class and map them again in the Pipe class. I use the version numbers to make sure I don't try and read again on the same node that updated.
Everything works fine, except I get warning messages from the eq::Session destructor: 31949 3068037424 ./lib/net/session.cpp:50 2 attached objects in destructor 31949 3068037424 ./lib/net/session.cpp:57 1 objects with id 1 31949 3068037424 ./lib/net/session.cpp:57 1 objects with id 2 Is there a proper way to make sure I detach the objects on exit? Is this warning due to double mapping the same object on each node, Config/Pipe? Thanks for any pointers. -- View this message in context: http://n2.nabble.com/properly-detaching-eq%3A%3Anet%3A%3AObjects-from-the-session-tp1371200p1371200.html Sent from the Equalizer - Parallel Rendering mailing list archive at Nabble.com. _______________________________________________ eq-dev mailing list [email protected] https://in-zueri.ch/cgi-bin/mailman/listinfo/eq-dev http://www.equalizergraphics.com

