ReadAsMultipartAsync took long time to process large file

  • Thread starter Thread starter kapil kumar velpuri
  • Start date Start date
K

kapil kumar velpuri

Guest
The WCF service is receiving Multi parts of data and writing into the shared drive by using MultipartFormDataStreamProvider class

when writing a 150 mb file into the drive its taken 3 minutes , why its taking that long and how to troubleshoot.

multiPartReader class is inheriting from MultipartFormDataStreamProvider

var provider = streamContent.ReadAsMultipartAsync(multiPartReader).Result;

Continue reading...
 
Back
Top