ASP.NET工作进程仍然以31Kb的块返回数据
2004年5月写的这个MSDN article规定了以下内容。
When using the ASP.NET process model,
@H_403_21@
the ASP.NET worker process sends
responses back to the client,it first
sends them through IIS in 31-kilobyte
(KB) chunks. This applies to .NET
Framework 1.1,but it could change in
future versions. The more 31-KB chunks
that ASP.NET has to send through IIS,
the slower your page runs. You can
determine how many chunks ASP.NET
requires for your page by browsing the
page,viewing the source,and then
saving the file to disk. To determine
the number of chunks,divide the page
size by 31.这个架构是否从2.0,3.5和4.0改变了?
如果是这样,那么每个新版本的.NET的新块大小是多少?[编辑]
自发贴以来已经有两周多了,
请不要提供投机答案