Re: [osg-users] Is the ZIP plugin thread-safe?

2012-02-28 Thread Terry Welsh
Is the problem in the public domain Zip Utils code?  I would only
suggest looking for a more current version.  I bet the code in OSG is
pretty dated by now, and maybe someone has addressed this.
--
Terry Welsh
mogumbo 'at' gmail.com
www.reallyslick.com
___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org


Re: [osg-users] Is the ZIP plugin thread-safe?

2012-02-28 Thread Glenn Waldron
No, it's that the OSG ZipArchive uses a single control structure that ends
up getting shared across threads (and not in a good way). It is a pretty
simple fix, I think.

Glenn Waldron / @glennwaldron


On Tue, Feb 28, 2012 at 3:21 PM, Terry Welsh mogu...@gmail.com wrote:

 Is the problem in the public domain Zip Utils code?  I would only
 suggest looking for a more current version.  I bet the code in OSG is
 pretty dated by now, and maybe someone has addressed this.
 --
 Terry Welsh
 mogumbo 'at' gmail.com
 www.reallyslick.com
 ___
 osg-users mailing list
 osg-users@lists.openscenegraph.org
 http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

___
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org