Changes between Version 74 and Version 75 of rfc24_progressive_data_support


Ignore:
Timestamp:
Apr 15, 2009, 2:48:46 PM (15 years ago)
Author:
normanb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc24_progressive_data_support

    v74 v75  
    4646=== JPIPKAK - implementation ===
    4747
    48  The implementation supports the GDAL C++ and C API, and provides an initial SWIG wrapper for this driver with a Java ImageIO example ('''TODO''' - qGIS Example).
     48 The implementation supports the GDAL C++ and C API, and provides an initial SWIG wrapper for this driver with a Java ImageIO and Python example using SWIG.
     49
     50[[Image(demoviewer.PNG)]]
    4951
    5052The driver uses a simple threading model to support requesting reads of the data and remote fetching. This threading model supports two separate client windows, with just one connection to the server. Requests to the server are multiplexed to utilize available bandwidth efficiently. The client identifies these windows by using “0” (low) or “1” (high) values to a “PRIORITY” metadata request option.