2006-10-13 10:58:42 -04: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-26 23:02:26 -05:00
|
|
|
|
|
|
|
Flavors:
|
|
|
|
mmap (the default; one memory segment, no maximum limit)
|
|
|
|
shm (multiple segments, "sysctl kern.shminfo.shmmax" is the max)
|
|
|
|
|