I have an issue with running my application on Windows 2008. The issue is that I have more read requests for a ~100GB file than my I/O system can handle, with each user requesting the file, I have to read the entire file again. Is there a way I can utilize something like Memcached for a regular operating system file?
Thank you