hi,

On Tue, Apr 10, 2012 at 9:24 AM, Flavius Aspra <flavius...@gmail.com> wrote:

> I also subscribe to the opinion of object persistency not being worth it. In
> an application server, you could probably achieve more by keeping the entire
> phar in RAM.
>
> Currently, you can also simulate that by putting the phar on a ramdisk or
> similar.


That's unrelated. Also having the phar in RAM is also not that useful
as it is exactly what an opcode cache does, while keeping the parsed
("compiled") code in memory cache.

Pre instantiated instances mean than a given app won't have to do all
the include foo;+ new foo();  As it is somehow expensive, relative the
the footprint of a given framework core.

Cheers,
--
Pierre

@pierrejoye | http://blog.thepimp.net | http://www.libgd.org

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

Reply via email to