Changes between Version 62 and Version 63 of rfc24_progressive_data_support


Ignore:
Timestamp:
Apr 8, 2009, 4:46:37 PM (15 years ago)
Author:
normanb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc24_progressive_data_support

    v62 v63  
    5050The 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.
    5151
    52 ''
     52''Note: SSL support''
    5353
    54 Note: SSL support
     54''If the client is built with support for SSL, then driver determines whether to use SSL if the request is a jpips:// protocol as opposed to jpip://.''
     55''Note that the driver does not verify server certificates using the Curl certificate bundle and is currently set to accept all SSL server certificates.''
    5556
    56 If the client is built with support for SSL, then driver determines whether to use SSL if the request is a jpips:// protocol as opposed to jpip:// . Note that the driver does not verify server certificates using the Curl certificate bundle and is currently set to accept all SSL server certificates.
     57''Note: libCurl''
    5758
    58 Note: libCurl
    59 
    60 JPIP sets client/server values using HTTP headers, modifications have been made to the GDAL HTTP portability library to support this.''
     59''JPIP sets client/server values using HTTP headers, modifications have been made to the GDAL HTTP portability library to support this.''
    6160
    6261[[Image(gdalsequence.PNG)]]