Re: [osg-users] Multithreadingcrash due toosgDb::Registry::instance()

2009-03-20 Thread J.P. Delport
to use multithreading, all instances need to be accessed before threading starts. Anthony -Original Message- From: Paul Speed [mailto:psp...@progeeks.com] Sent: Friday, 20 March 2009 2:21 AM To: OpenSceneGraph Users Subject: Re: [osg-users] Multithreadingcrash due toosgDb::Registry

Re: [osg-users] Multithreadingcrash due toosgDb::Registry::instance()

2009-03-20 Thread Paul Speed
) that if you are going to use multithreading, all instances need to be accessed before threading starts. Anthony -Original Message- From: Paul Speed [mailto:psp...@progeeks.com] Sent: Friday, 20 March 2009 2:21 AM To: OpenSceneGraph Users Subject: Re: [osg-users] Multithreadingcrash due

Re: [osg-users] Multithreadingcrash due toosgDb::Registry::instance()

2009-03-19 Thread I-Nixon, Anthony D
March 2009 2:21 AM To: OpenSceneGraph Users Subject: Re: [osg-users] Multithreadingcrash due toosgDb::Registry::instance() Just a note for those of us who have been bitten by double check locking issues in Java, this technique is highly dependent on the threading and data architecture