I have a 1 meg include file which must be loaded with every PHP page pulled. Is it possible to load it once into shared memory upon starting the server? It is becoming quite expensive to load it 50-100 times a minute. I know this can be done with mod_perl and ASP (global.asa), but I have yet to find a way with PHP.... aside from compiling the variables into PHP itself. Any input is appreciated.. Thanks!