Hi,
I was wondering recently whether curl should always be tried FIRST for server 
addresses, for both read and write.
The reason I picked up on this was that I noticed a slight oddity with the 
existing reader plugin selection, which can end up unneccessarily trying the 
curl plugin twice when the server being accessed is down. 
It tries once when curl is one of the available plugins and then curl again 
when those all fail. Not a huge problem but it makes my program fail twice as 
slowly lol.

Of course to work round your problem, you can alway use the plugin directly via 
osgDB::Registry::instance()->getReaderWriterForExtension("curl"); Though I 
think that bypasses caching mechanisms in registry.

Cheers,
Chris

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=17384#17384





_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to