Does ASP.NET worker process still return data in chunks of 31Kb
This MSDN article written in May 2004 specifies the following.
When using the ASP.NET process model, 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.
Has this architecture been changed since 2.0, 3.5 and 4.0?
If so then whats the new chunk size for each of the new versions of .NET?
[Edit]
Its been more than two weeks since the posting still no correct
reply :(
And please do not provide speculative answers