Hi All, Is it possible to keep a BIG chunk of information in memory RAM permanently (without reloading it for each new session/request) so that different sessions (from X different users using the system at the same time) can access (R/W) it concurrently ? For the kind of processing that need to be done on the data, ALL of it must be in memory at the same time, and due for the size of it, it is not practical to load/save it for each request. (to slow)
thanks -- Sebastian E. Ovide

