Robert Osfield wrote:
It's been my plan to revise the way that thread affinity is set up
with the OSG to allow user customization of thread affinity, this
would either have to be done by setting up the GraphicsContext::Traits
and to give hints the DatabasePager prior to the threads starting, or
to have a callback that provides the hints of what affinity to set for
each new thread being created.  The threads would need to identify
themselves in some way for this callback to know what to do with them
- perhaps both a class of thread and other details.

I'm open to suggestions on how this new support might be implemented.

Hi, Robert,

I don't have a lot of input. I just happened to know where the affinity code currently lived so I was able to answer Paul's question.

I don't have a lot of specific requirements in any of my apps, so either solution you mentioned sounds workable to me.

--"J"

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to