Andi Gutmans wrote:
I thought 6.9 was per-process persistent

Yeah, they are, but they are still in the same family, I think. If you have a config.inc, for example, that populates a $config array. If you make that persistent you only have to load it once and it will be available to each request from then on. Read-only application variable in a sense.

And apc already implements apc_store/apc_fetch which does this in a shared manner.

-Rasmus

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to