你好
I would like to create 托管的非可视服务 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.
不允许缓存。
由于我是C#的新手,所以我想知道这可能是起点。
任何帮助将不胜感激。
问候
I would like to create 托管的非可视服务 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.
不允许缓存。
由于我是C#的新手,所以我想知道这可能是起点。
任何帮助将不胜感激。
问候