Re: [gdal-dev] Gdal Asynchronous IO

2013-03-11 Thread Even Rouault
Le lundi 11 mars 2013 21:21:50, Allen Kempe a écrit : > In Rfc 24: GDAL Progressive Data Support it says that the metadata for a > driver will specify metadata item "DCAP_ASYNCIO" as yes if the driver > supports asynchronous IO. So, code like this should retrieve this option: > const char* s_asynci

[gdal-dev] Gdal Asynchronous IO

2013-03-11 Thread Allen Kempe
In Rfc 24: GDAL Progressive Data Support it says that the metadata for a driver will specify metadata item "DCAP_ASYNCIO" as yes if the driver supports asynchronous IO. So, code like this should retrieve this option: const char* s_asyncio = drv->GetMetadataItem("DCAP_ASYNCIO"); However, I have b