After experiencing problems, a quick review indicates to me that the ZIP
plugin is not thread safe. Has anyone had any experience in using it in a
multi-threaded environment?

Evidence: ZipArchive holds an HZIP handle that corresponds to an open ZIP
file. This handle contains internal file pointers that can be modifed
concurrently by multiple threads attempting to read from the ZIP at the
same time (e.g., from the DatabasePager).

Any insights into this before I attempt to fix it?

Glenn Waldron / @glennwaldron
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to