View Single Post
  #1 (permalink)  
Old 07-08-2005
josephwinston josephwinston is offline
Registered User
 
 
Join Date: Jul 2005
Posts: 3
Using ICE with OpenSceneGraph

I'm looking for hints or suggestions on using threads correctly when ICE is used with another library that is also threaded. I was thinking about using the Command Processor design pattern and collect command objects into a thread safe queue and then dispatch these objects during a "safe time".
Reply With Quote