Hi all,

I just would like to understand the behavior of the database Pager when I get

osg::notify(osg::INFO)<<"DatabasePager::fileRquest("<<fileName<<")
   orphaned, resubmitting."<<std::endl;


This code is in the DatabasePager::requestNodeFile(...) function, where the file is considered as orphaned when the ref_count equals 1. I understand why it is considered as orphaned due to its ref_count (1 means only the actual reference and no parents in the scene graph) but I don't understand how or when this can arrive...

Can you help me ?

Thanks.

Regards,
   Vincent.
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to