Rank: Newbie Groups: Member
Joined: 2/11/2010 Posts: 1 Points: 3 Location: Seattle, WA
|
I am trying to return a file stream on an HTTP response using WriteAsync and I am getting OutOfMemoryExceptions. The file is about a gig or so. Is there a way to implement throttling of WriteAsync to minimize memory footprint while still delivering the file at high speeds?
Thanks -Ben
|
Rank: Administration Groups: Administration
Joined: 2/15/2008 Posts: 130 Points: 835
|
Please show me how do you stream the file.
|