|
||||
Optimizing
Large File Uploads
ASP.NET is built in such
way that all client requests are kept in memory as one data thread. In many
cases this allows drastically improved system performance and reduced time it
takes to process each request. But, when you upload large files the system
performance goes down proportionally to file size because more memory and
processor power is used to process such requests. This can lead to a number of
stability problems and even a server crash. Mediachase FileUploader.NET provides
multi level file upload optimization capabilities. The Following list
provides an overview of the optimization process:
Example Performance
Monitor Snapshots:
|
||||