> > I suppose a static file that is run once on server start-up and never > again would be a good thing. >
Are you talking about for model definitions? I think there was some discussion of something like this in the past (there would be some limitations, as some model code does in fact depend on the request and must be run each request). Anyway, although that would be convenient, do you expect it would perform any better than importing from modules (which are only imported once as well)? Anthony --