Question

I've recently installed PHP-XCache and set it up. I can also see files being cached in the admin panel.

But something I do not understand is, where does it save all the data?
Is it stored in a specific location or is it stored in an apache processes memory, if its stored in apaches memory, why does it not need to recompile for every process?

Please help me understand this one!

Was it helpful?

Solution

PHP opcode accelerators save to shared memory. Shared memory can be accessed by all processes.

OTHER TIPS

It is cached in the memory, and it can't be changed to a place on the hard drive, if you were wondering. There's more info at the link below.

Link: http://forum.lighttpd.net/topic/100804

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top