Improvement CORE-93
1 vote

Add Data Streaming to ASP.Net Handlers wherever possible

Created by Rob Vesse on 9/19/2011 4:39 PM Last Updated by Rob Vesse on 8/27/2012 8:43 PM
%
 (hrs)
Logged: 0  (hrs)

 Description

Now that the Handlers API is fully expanded it should be possible to rewrite some of the ASP.Net integration such that it can directly stream data out to the client thus providing improved performance and less memory usage.

 

Need to look at how and when this can be done and how easy it is to implement

    Rob Vesse (Monday, August 27, 2012 8:40 PM) #

Bumped to unscheduled because per the previous comment this is actually a fairly serious refactor and needs some more design work and thought before it should even be attempted.

 

It would also benefit from having CORE-231 completed first

    Rob Vesse (Friday, February 03, 2012 5:40 PM) #

Pushed back to 0.6.1 release as requires more complicated refactoring than initially thought and this is not a high priority currently