2006-10-13 14:58:42 +00:00
|
|
|
APC is the Alternative PHP Cache. It was conceived of to provide a
|
|
|
|
free, open, and robust framework for caching and optimizing PHP
|
|
|
|
intermediate code.
|
2012-01-27 04:02:26 +00:00
|
|
|
|
|
|
|
Flavors:
|
|
|
|
mmap (the default; one memory segment, no maximum limit)
|
|
|
|
shm (multiple segments, "sysctl kern.shminfo.shmmax" is the max)
|
|
|
|
|