Hello all, I'm using a second OpenSG thread (beside the main one) to generate some textures asynchronously (using aspect 1). Once a texture is generated I'm trying to sync the newly generated texture into our main thread:
texGenThread->getChangeList()->apply(); texGenThread->getChangeList()->clearAll(); The displayed results are resonable, no crashes (standalone mode). My problem arises when I try to run this application in cluster mode. There the generated textures are not displayed. I get several lines of the following warning: WARNING: Can't find container id:7700 I guess thats the ID of one my asynchronously generated images. Debugging the 2 changelists, it seems to me the creation of my texture image gets never sync'd to the main changelist. Looking at the code of ChangeList::apply() only AddRef, SubRef and Changed fields get sync'd. What happens to created and destroy FC's? Do I miss something? Thx and best regards, Michael -- GRATIS: Spider-Man 1-3 sowie 300 weitere Videos! Jetzt freischalten! http://portal.gmx.net/de/go/maxdome ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Opensg-users mailing list Opensg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensg-users