Closed GoogleCodeExporter closed 9 years ago
Original comment by ble...@gmail.com
on 27 Aug 2011 at 12:04
Original comment by miller.lucas
on 24 Jan 2012 at 1:40
It would be a good idea to report these messages via the RenderMan message API
rather than using std::streams.
For instance:
http://hradec.com/ebooks/CGI/RPS_13.5/prman_technical_rendering/AppNotes/RixInte
rfacesApi/classRixMessages.html
Details the standard message interface for RenderMan. It's best to use these
since:
1.) They can automatically remove duplicates - the client doesn't need to care
2.) Their thread-safety is handled by the renderer and not the client - which
is always better
3.) iostreams and threading and RenderMan is a difficult balancing act to get
right without mutexes or other nasty locking mechanisms that you shouldn't need
to use.
Original comment by evolutio...@gmail.com
on 16 Feb 2012 at 1:40
Closing these old tickets out. Please reopen new tickets if they are relevant
to you and not completed satisfactorily.
Original comment by barnabyt...@gmail.com
on 4 Jun 2012 at 5:53
Original issue reported on code.google.com by
ble...@gmail.com
on 14 Jul 2011 at 4:31