Bulk uploading backlog of xml files to MVC Controller



I have an MVC4 application that parses XML files specific to a particular data format, I have this working as expected when uploading the xml file through a file input control and it takes between 1-5 seconds to parse each file.


If however I choose to upload a series of 50 files it seems to take 30-60 seconds per record. What would be the cause of this delay when bulk uploading the 50 files?


I have a backlog of 2000 files to upload and obviously would like to automate this process somehow, any suggestions would be greatly appreciated


No comments:

Post a Comment