Hi Brad, On Wed, Nov 26, 2008 at 6:47 PM, Brad Colbert <[EMAIL PROTECTED]> wrote: > I remember running into this once before. I believe I was able to tell > if the pager had died, but was unable to do anything else (maybe out of > lack of knowledge). Is there a way to flush the memory that the dead > thread left hanging and restart the paging thread? This would at least > keep us up in the short term until we are able to attack the other > issues.
If a paging thread has hung then you could try and cancel the threads and restart the pager. I've never tried this myself so can't give particular guidance on it. Personally if threads have died you have already pushed this too far and you should be fixing things in your database and app usage so this doesn't occur in the first place rather than trying to patch a system that is grinding to a halt because you've pushed things too far. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

