I am planning to use the php5-apcu ubuntu package.
Is the data shared between processes? In other words, if I set a cache entry in one website load, will another website load have the cache entry available, even if it is served with another process?
How does this work for:
- the apache2 php prefork module
- php5 fpm with multiple workers
- php-cli
Memcached
, it does that (as opposed to APCu) – Marylnmarylou