0

I'm having a huge CPU usage when two or more users are uploading files using RadAsyncUpload. We tried to limit the CPU usage at 20% at IIS, but it did'nt solved. One of the cons is that the upload speed sometimes is like 1Kbps :(

Tony L.
  • 17,638
  • 8
  • 69
  • 66
VHeid
  • 1
  • 3

1 Answers1

0

Try playing with the ChunkSize property to see if it will help http://www.telerik.com/help/aspnet-ajax/asyncupload-disable-chunk-upload.html If large files are used, perhaps they go to the memory and this loads the server.

I have never heard of such a problem before, though.

rdmptn
  • 5,413
  • 1
  • 16
  • 29