David Robley wrote: > > Whether a document is kept in memory cache or not is not something that > php has any control over, I think; your operating system is generally what > looks after that.
Actually after asking the dev list I found that it *is* PHP "can" have some control over. That's one of the things the Zend engine, for example, does in order to speed up PHP script processing. But the base PHP engine does not do this. So I have to really on the OS as you pointed. But supposedly there is some PHP hooks I can use to create my own plugin that could keep static data ... Jc -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php