Re: [osg-users] observer_ptr threadsafe?

2008-10-07 Thread Robert Osfield
Hi Richard, On Tue, Oct 7, 2008 at 3:04 PM, Schmidt, Richard [EMAIL PROTECTED] wrote: The DatabaseRequests store observer_ptrs to those nodes where they want to insert the node they just loaded. In the database pager code one will find it in void

[osg-users] observer_ptr threadsafe?

2008-10-06 Thread Schmidt, Richard
Hi, I wonder if observer_ptrs are threadsafe? Especially when going from observer_ptr to ref_ptr like done multiple times in the database pager. Richard Richard Schmidt System Designer EADS Deutschland GmbH Organisationseinheit (SDGE1) EADS Deutschland GmbH Registered Office:

Re: [osg-users] observer_ptr threadsafe?

2008-10-06 Thread Robert Osfield
Hi Richard, Could you be specific about what parts you are concerned about. Waving an arm roughly about in some vague direction doesn't really help anyone. Robert. On Mon, Oct 6, 2008 at 4:13 PM, Schmidt, Richard [EMAIL PROTECTED] wrote: Hi, I wonder if observer_ptrs are threadsafe?