[Geoserver-devel] [jira] Created: (GEOS-411) strategy -- partial buffer

strategy -- partial buffer
--------------------------

         Key: GEOS-411
         URL: http://jira.codehaus.org/browse/GEOS-411
     Project: GeoServer
        Type: New Feature
Reporter: dblasby
Assigned to: Brent Owens
     Fix For: 1.3.0 RC5

new output strategy.

make this the default strategy-
buffer the first Xkb of the response.
if and error occurs in this time, you can easily report it because you havent "dirtied"/initialized the response stream
after the buffer fills, you can do the same thing as the "speed" strategy which is to directly write the data to the stream.

This should give us the best of both worlds -- property error reporting and fast streaming.

The only problem is if an error occurs AFTER the first Xkb has been sent out. This is extreamly rare.

document in the web.xml file too.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira