Keep a file in memory an any cost

Joe Zeff joe at zeff.us
Wed May 11 18:32:32 UTC 2011


On 05/11/2011 11:19 AM, Alain Spineux wrote:
> How can I keep it in memory all the time ?
> I can read it at regular interval, but this is a little over kill ?

Is there a reason that you don't do the obvious: read it into an array, 
use it and then if needed write it out again when the program exits?


More information about the users mailing list