I have a software for text categorization , and the "model" it generates is a 24mb Storable file.
I need to put this software on on a website, but I don't want that 24mb file to be loaded to memory every time.
Is it possible to create a mod_foo that brings this file to memory only once ?