Uploading Files Memory Issue in ASP.NET

G

Guest

Whenever you upload files via HTTP Post, the file is stored in the
memory of the aspnet_wp.exe process, and never deallocates completely
(if you are lucky a few MB gets released). One of the config settings
for .NET processes, allows them to utilize 60% of physical memory on
the server, at which point the process is recycled and all execution
is stopped. Whenever a new upload is started, though, some memory is
de-allocated, but not enough compared to memory that was used in
prior uploads. Is there anyother way I can solve this issue without
using Third Party Components or Custom Built ISAPI filters.

Any ponters is highly appreciated.
 
S

Steve C. Orr [MVP, MCSD]

The 3rd party components that I know about use an HTTP module to manage the
memory manually and flush to disk as needed.
I suppose this is how you'd have to do it too.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top