I am trying to implement a WebApp that performs a certain task. In order to avoid recompiling the app with each new configuration I am planning to create a sub in the class that handles the request, that uses a
My Concern is if there are two requests at the same time how the operating system will handle the code? Is it able for concurrent reading of the file?
File.ReadMap
and add the new configurations in there each time.My Concern is if there are two requests at the same time how the operating system will handle the code? Is it able for concurrent reading of the file?
Last edited: