The question is quite clear i think, I/O reading is taking a lot of time because loading 1g from the file on every request seems kinda counter intutive.
So the question is , is there a way that we can keep the storable object in memory and keep serving the http request/ query on that object?? requests can come from different browsers, different sessions. But since storable is in memory and not on disk, obviously response time of server is fast. sorry for being so descriptive.