Hi Mariano, what do you mean by permanently importing the data in a module ?
As far as I know, every request will reload ALL the models and module again... and again... and again.... in the mean time I'm reading about mmap as suggested by Michele... even is it looks like (I have not studied it yet) it still uses the FS... What I'm trying to do is to save the LOADING "model + modules" time of every request... (not sure if WSGI has some limitations here...) thanks On Tue, Feb 7, 2012 at 11:03 AM, Mariano Reingart <reing...@gmail.com>wrote: > You can use a multi-threaded webserver, permanently importing the data in > a module. -- Sebastian E. Ovide