P
Peter Strøiman
Hi.
I have an ASP page that will receive a lot of post data ( sometimes many
MB! ).
The ASP page processes the data sequentially, but does not need the entire
data stored in memory.
Therefore it is cruicial that executing the ASP page doesn't wait for the
entire request to arrive.
Then I would just begin to chunk my way through the Request.InputStream.
So my question is, will processing my ASP page begin before the entire
request has been received or not? Or is that something that can be
configured somewhere?
Thanks in advance,
Peter Strøiman
I have an ASP page that will receive a lot of post data ( sometimes many
MB! ).
The ASP page processes the data sequentially, but does not need the entire
data stored in memory.
Therefore it is cruicial that executing the ASP page doesn't wait for the
entire request to arrive.
Then I would just begin to chunk my way through the Request.InputStream.
So my question is, will processing my ASP page begin before the entire
request has been received or not? Or is that something that can be
configured somewhere?
Thanks in advance,
Peter Strøiman