由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Size limit on HttpResponse.BinaryWrite?
相关主题
请教精通WCF的技术大牛。static or else?
不知阿里巴巴是如何实现静态分页的.RDLC slow reports issue. Please!
有哪些方法可以提高网站的perfermance?小公司的网站也要用memcached之类的cache吗? (转载)
how to use ctrl+z?请教:第一个page产生的arraylist,如何在第二个page调用?
Need Help: a very wierd Managed C++ interop problem请问关于shared cache
新手问个问题哈,关于C#的问个c#的抓数据方面的问题
如何从memory里提出image?急问,如何准备关于Windows Media的Interview
image with RadioButtonList c#How to read SSL Socket stream?
相关话题的讨论汇总
话题: limit话题: size话题: byte话题: write话题: back
进入DotNet版参与讨论
1 (共1页)
D*****n
发帖数: 363
1
I use the BinaryWrite(byte[]) api to write a file back to the response
stream. I wonder if there's a limit on how big a byte array I can write
back. It goes through HTTP protocol, it has to have certain limit.
a9
发帖数: 21638
2
好像没有。

【在 D*****n 的大作中提到】
: I use the BinaryWrite(byte[]) api to write a file back to the response
: stream. I wonder if there's a limit on how big a byte array I can write
: back. It goes through HTTP protocol, it has to have certain limit.

k****i
发帖数: 1072
3
Better implement your own caching and streamming mechanism.There is a bug in
.net 1.1 when you stream back hugh file(say >100m). I don't know if it has
been fixed or not i 2.0

【在 D*****n 的大作中提到】
: I use the BinaryWrite(byte[]) api to write a file back to the response
: stream. I wonder if there's a limit on how big a byte array I can write
: back. It goes through HTTP protocol, it has to have certain limit.

1 (共1页)
进入DotNet版参与讨论
相关主题
How to read SSL Socket stream?Need Help: a very wierd Managed C++ interop problem
How to use openFileDialog() to save a binary file in .net C++新手问个问题哈,关于C#的
Solution suggestions? (转载)如何从memory里提出image?
贴一个Interview的题目image with RadioButtonList c#
请教精通WCF的技术大牛。static or else?
不知阿里巴巴是如何实现静态分页的.RDLC slow reports issue. Please!
有哪些方法可以提高网站的perfermance?小公司的网站也要用memcached之类的cache吗? (转载)
how to use ctrl+z?请教:第一个page产生的arraylist,如何在第二个page调用?
相关话题的讨论汇总
话题: limit话题: size话题: byte话题: write话题: back