Memcached is distributed caching system, where as APC's user data cache is not. Memcached requires separate server instance (memcached) to operate. APC does not. Also, APC's user cache is 5+ times faster than memcached. If some extension is to provide this functionality, it has to be as close as possible in possibilities and speed as APC's implementation has. Memcached is not and never hasn't been an alternative for APC, they are meant for two different jobs.
2013/3/23 Terry Ellison <te...@ellisons.org.uk>: > On 23/03/13 06:29, Laruence wrote: >> >> since Zend O+ has bundled into PHP since 5.5, and O+ is really a >> bit faster than APC, >> >> so people may want to migrate to O+, but there is no User Data >> Cache in O+ ... > > Laurence, you are correct that O+ doesn't provide data caching, but what > about memcached and the PECL packages that support it? > http://pecl.php.net/package/memcache and > http://pecl.php.net/package/memcached > > Regards > Terry -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php