I have a web application with much user accessed in the same time. that make our servers going so slow and heavy, because every user will upload pdf file or text from 10mb to 100mb per submit. submitting with ajax request(file converted to dataurl) will make server more busy than i just upload use standard http post. our server have 24GB ram and 18 core proccessor also iis 7 windows server 2008, when it at peak w3wp.exe will use 4gb memory and system idle 98% cpu. i see in task manager.
and also my application directed as sub application. (ex : http://10.888.127.78/subapp)
why is this happend? and how to solve w3wp.exe and system idle use so much resource?
for now i just restart iis application when it going crazy again, but i need more solution than this.
thanks, sorry for my bad english