When using FileUp's TransferFile or TransferBlob methods to stream very large files to a client, you may observe sharp spikes in memory usage and the appearance that the browser is hanging. You may also receive low virtual memory warnings on the server.
Starting with ASP 3.0, output buffering is turned on by default. Under normal circumstances this is advantegeous. However, when downloading large files it is adviseable to begin sending the file to the client immediately without buffering it.
|