Hello,
I recently setup xcache on my server to take use of it.
I can use the xcache_set and xcache_get functions. It shows up in phpinfo. I was hoping I was in business to use it.
The only problem is what I set in xcache_set only seems to exist until the script finishes processing then it is removed. If I even use them both in the same script it shows up. So its there until the script is done.
I even used the xcache admin script and it wasn't caching its own script (it was attempting to).
I changed the path to where it was storing the xache data (from /dev/zero to /tmp/xcache) and created the file. I restarted httpd and browsed a few pages.
It quickly filled up with data. I can see this since I used "nano /tmp/xcache" (It was a 64 mb file due to my xcache size settings both being 32M and didn't want to download it). I at a quick glance I only see mysql queries that where performed.
Which I didn't set xcache to do any of that so its weird

I do run php as cgi so I can run su_php but I don't think that would of caused an issue?
I haven't changed much configuration settings besides the sizes for variables and files to both be 32M.