Hi
I would like to create a hosted non-visual service using an asynchronous programming model. The service should expose a method that reads the content of a file from a very slow hard drive (making the request take a long time) and return the content as a string, but still be able to handle lots of traffic.
Caching is not allowed.
Since I am very new to C#, I was wondering what could be the starting points for this.
Any help will be highly appreciated.
Regards
I would like to create a hosted non-visual service using an asynchronous programming model. The service should expose a method that reads the content of a file from a very slow hard drive (making the request take a long time) and return the content as a string, but still be able to handle lots of traffic.
Caching is not allowed.
Since I am very new to C#, I was wondering what could be the starting points for this.
Any help will be highly appreciated.
Regards