Changes between Version 34 and Version 35 of rfc24_progressive_data_support


Ignore:
Timestamp:
Aug 28, 2008, 11:22:41 AM (16 years ago)
Author:
normanb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • rfc24_progressive_data_support

    v34 v35  
    2727To support reading streaming data from a progressive server it will be necessary to communicate between different threads.  In general it's safer not to do this by shared memory, but by explicit message passing using asynchronous queues. e.g. [http://library.gnome.org/devel/glib/2.12/glib-Asynchronous-Queues.html Glib Asynchronous Queues], [http://en.wikipedia.org/wiki/Message_queue Wikipedia Message Queues]
    2828
     29This interface results in a subclass of GDALDataset, and currently supports dataset level access only, not raster band access.  Access to the stream per band is not precluded by this design and can be added as a later RFC.
    2930
    3031
    3132
     33
     34