<html>
  <head>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    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: <br>
    const char* s_asyncio = drv->GetMetadataItem("DCAP_ASYNCIO");<br>
    However, I have been unable to find any drivers that return "Yes". <br>
    <br>
    So, is this the correct way to check whether a driver supports
    asynchronous io? <br>
    Are there any drivers that currently support this besides Kadaku
    which I don't have?
    <div class="moz-signature">
      <div class="moz-signature">
        <h2><font color="#009933">Allen Kempe</font></h2>
        <span> <a href="http://acksoft.dyndns.biz/PictureGallery"
            rel="nofollow" target="_blank">http://acksoft.dyndns.biz/PictureGallery</a></span><br>
        <font color="#000000">298 W. Audubon Drive<br>
          Shepherdsville, KY 40165<br>
          +1 502 543-3438<br>
        </font> </div>
    </div>
    <br>
  </body>
</html>