File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ hyper-fast data store in a central location and many different systems can pull
2323Note that whether the cache is shared across PHP processes depends on how PHP is used. When running PHP via PHP-FPM,
2424the cache is shared across all processes of all pools. When running PHP as a (Fast-)CGI application inside your
2525webserver, the cache is not shared, i.e every PHP process will have its own APCu data. When running PHP as a command
26- line, the cache is not shared and will only exists for the duration of the command. So you have to be mindful of your
26+ line, the cache is not shared and will only exist for the duration of the command. So you have to be mindful of your
2727situation and goals. And you might want to consider using memcached instead, as it's not tied to the PHP processes.
2828
2929In a networked configuration APCu will usually outperform memcached in terms of access speed, but memcached will be
You can’t perform that action at this time.
0 commit comments