I can't imagine that every request would need to access all 16G every time. 
I use a method for caching data between requests using modules. I don't 
know if it would be truly shared between requests, or like Niphlod said, 
would be duplicated for each request. I have had a lot of success using 
modules + singleton pattern to hold small data in memory, but never used it 
with anything large. So maybe you should play with this idea and see how it 
responds.

Reply via email to