how to cache 1000s of large C++ objects
问题 Environment: Windows 8 64 bit, Windows 2008 server 64 bit Visual Studio (professional) 2012 64 bits list L; //I have 1000s of large CMyObject in my program that I cache, which is shared by different threads in my windows service program. For our SaaS middleware product, we cache in memory 1000s of large C++ objects (read only const objects, each about 4MB in size), which runs the system out of memory. Can we associate a disk file (or some other persistent mechanism that is OS managed) to our